(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.2 and 1.3

version 1.2, 2001/04/07 12:01:18 version 1.3, 2001/04/11 07:03:02
Line 23 
Line 23 
 // Author: Mike Brasher // Author: Mike Brasher
 // //
 // $Log$ // $Log$
 // Revision 1.2  2001/04/07 12:01:18  karl  // Revision 1.3  2001/04/11 07:03:02  mike
 // remove namespace support  // Port to Unix
 // //
 // Revision 1.1  2001/03/22 23:24:23  mike // Revision 1.1  2001/03/22 23:24:23  mike
 // Added new formatter class for formatting log entries and other things. // Added new formatter class for formatting log entries and other things.
Line 102 
Line 102 
         {         {
         }         }
  
         Type _type;  
   
         String toString() const;         String toString() const;
  
     private:     private:
Line 115 
Line 113 
             Sint32 _integer;             Sint32 _integer;
             Real64 _real;             Real64 _real;
         };         };
   
           Type _type;
     };     };
     /**  Format function for the formatter     /**  Format function for the formatter
     */     */


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2