(file) Return to Exception.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Exception.h between version 1.78.4.1 and 1.78.4.2

version 1.78.4.1, 2004/12/01 03:23:47 version 1.78.4.2, 2004/12/03 14:41:15
Line 61 
Line 61 
 // l10n // l10n
 #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES
  
       /** <I><B>Experimental Interface</B></I><BR>
       */
     Exception(const MessageLoaderParms& msgParms);     Exception(const MessageLoaderParms& msgParms);
  
       /** <I><B>Experimental Interface</B></I><BR>
       */
     Exception(     Exception(
         String id,         String id,
         String msg,         String msg,
Line 77 
Line 81 
         Formatter::Arg arg8 = Formatter::DEFAULT_ARG,         Formatter::Arg arg8 = Formatter::DEFAULT_ARG,
         Formatter::Arg arg9 = Formatter::DEFAULT_ARG);         Formatter::Arg arg9 = Formatter::DEFAULT_ARG);
  
       /** <I><B>Experimental Interface</B></I><BR>
       */
     Exception(     Exception(
         String id,         String id,
         String msg);         String msg);
  
       /** <I><B>Experimental Interface</B></I><BR>
       */
     Exception(     Exception(
         String id,         String id,
         String msg,         String msg,
         Formatter::Arg arg0);         Formatter::Arg arg0);
  
       /** <I><B>Experimental Interface</B></I><BR>
       */
     Exception(     Exception(
         String id,         String id,
         String msg,         String msg,
         Formatter::Arg arg0,         Formatter::Arg arg0,
         Formatter::Arg arg1);         Formatter::Arg arg1);
  
       /** <I><B>Experimental Interface</B></I><BR>
       */
     Exception(     Exception(
         String id,         String id,
         String msg,         String msg,
Line 99 
Line 111 
         Formatter::Arg arg1,         Formatter::Arg arg1,
         Formatter::Arg arg2);         Formatter::Arg arg2);
  
       /** <I><B>Experimental Interface</B></I><BR>
       */
     Exception(     Exception(
         String id,         String id,
         String msg,         String msg,
Line 107 
Line 121 
         Formatter::Arg arg2,         Formatter::Arg arg2,
         Formatter::Arg arg3);         Formatter::Arg arg3);
  
       /** <I><B>Experimental Interface</B></I><BR>
       */
     Exception(     Exception(
         const char* id,         const char* id,
         const char* msg);         const char* msg);
  
       /** <I><B>Experimental Interface</B></I><BR>
       */
     Exception(     Exception(
         const char* id,         const char* id,
         const char* msg,         const char* msg,
         const String& arg0);         const String& arg0);
  
       /** <I><B>Experimental Interface</B></I><BR>
       */
     Exception(     Exception(
         const char* id,         const char* id,
         const char* msg,         const char* msg,


Legend:
Removed from v.1.78.4.1  
changed lines
  Added in v.1.78.4.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2