(file) Return to ConfigExceptions.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Config

Diff for /pegasus/src/Pegasus/Config/ConfigExceptions.cpp between version 1.9 and 1.10

version 1.9, 2006/01/30 16:17:35 version 1.10, 2006/11/14 18:34:49
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Mike Brasher (mbrasher@bmc.com)  
 //  
 // Modified By:  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #include <stdio.h> #include <stdio.h>
Line 41 
Line 37 
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 String ConfigFileSyntaxError::_formatMessage( String ConfigFileSyntaxError::_formatMessage(
     const String& file, Uint32 line)      const String& file,
       Uint32 line)
 { {
     char buffer[32];     char buffer[32];
     sprintf(buffer, "%d", line);     sprintf(buffer, "%d", line);
  
 //l10n      MessageLoaderParms parms(
     //String result = "Syntax error in configuration file: ";          "Config.ConfigExceptions.CONFIG_FILE_SYNTAX_ERR",
     MessageLoaderParms parms("Config.ConfigExceptions.CONFIG_FILE_SYNTAX_ERR","Syntax error in configuration file: ");          "Syntax error in configuration file: ");
     String result = MessageLoader::getMessage(parms);     String result = MessageLoader::getMessage(parms);
 //l10n end  
     result.append(file);     result.append(file);
     result.append("(");     result.append("(");
     result.append(buffer);     result.append(buffer);


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2