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

Diff for /pegasus/src/Pegasus/Common/Formatter.h between version 1.19 and 1.20

version 1.19, 2004/10/17 20:39:17 version 1.20, 2005/01/10 19:14:13
Line 137 
Line 137 
  
         Type _type;         Type _type;
     };     };
   
     /**  Format function for the formatter     /**  Format function for the formatter
     */     */
     static String format(     static String format(
         const String& formatString,         const String& formatString,
         const Arg& arg0 = Arg(),          const Arg& arg0 = Formatter::DEFAULT_ARG,
         const Arg& arg1 = Arg(),          const Arg& arg1 = Formatter::DEFAULT_ARG,
         const Arg& arg2 = Arg(),          const Arg& arg2 = Formatter::DEFAULT_ARG,
         const Arg& arg3 = Arg(),          const Arg& arg3 = Formatter::DEFAULT_ARG,
         const Arg& arg4 = Arg(),          const Arg& arg4 = Formatter::DEFAULT_ARG,
         const Arg& arg5 = Arg(),          const Arg& arg5 = Formatter::DEFAULT_ARG,
         const Arg& arg6 = Arg(),          const Arg& arg6 = Formatter::DEFAULT_ARG,
         const Arg& arg7 = Arg(),          const Arg& arg7 = Formatter::DEFAULT_ARG,
         const Arg& arg8 = Arg(),          const Arg& arg8 = Formatter::DEFAULT_ARG,
         const Arg& arg9 = Arg());          const Arg& arg9 = Formatter::DEFAULT_ARG);
  
       static const Formatter::Arg DEFAULT_ARG;
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2