(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.25 and 1.26

version 1.25, 2006/08/15 18:56:08 version 1.26, 2006/11/08 22:24:00
Line 68 
Line 68 
                         total,                         total,
                         total/count,                         total/count,
                         name);                         name);
   
     produces the string     produces the string
  
       "total 4 average 2 on Output"       "total 4 average 2 on Output"
Line 120 
Line 121 
         Arg(Uint64 x) : _lUInteger(x), _type(ULINTEGER)         Arg(Uint64 x) : _lUInteger(x), _type(ULINTEGER)
         {         {
         }         }
   
         Arg(Real64 x) : _real(x), _type(REAL)         Arg(Real64 x) : _real(x), _type(REAL)
         {         {
         }         }
Line 128 
Line 130 
  
         void appendToString(String& out) const;         void appendToString(String& out) const;
  
         friend class MessageLoader;  //l10n          friend class MessageLoader;
  
     private:     private:
  


Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2