(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.11 and 1.17

version 1.11, 2001/07/10 22:31:13 version 1.17, 2004/04/23 16:47:42
Line 1 
Line 1 
 //%/////////////////////////////////////////////////////////////////////////////  //%2003////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001 The Open group, BMC Software, Tivoli Systems, IBM  // Copyright (c) 2000, 2001, 2002  BMC Software, Hewlett-Packard Development
   // Company, L. P., IBM Corp., The Open Group, Tivoli Systems.
   // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L. P.;
   // IBM Corp.; EMC Corporation, The Open Group.
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 31 
Line 34 
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/String.h> #include <Pegasus/Common/String.h>
   #include <Pegasus/Common/Linkage.h>
   
   #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 75 
Line 81 
     {     {
     public:     public:
  
         enum Type { VOID, STRING, BOOLEAN, INTEGER, UINTEGER, LINTEGER,          enum Type { VOIDT, STRING, BOOLEAN, INTEGER, UINTEGER, LINTEGER,
                         ULINTEGER, REAL };                         ULINTEGER, REAL };
  
         Arg() : _type(VOID)          Arg() : _type(VOIDT)
         {         {
         }         }
  
Line 115 
Line 121 
  
         String toString() const;         String toString() const;
  
           friend class MessageLoader;  //l10n
   
     private:     private:
  
         String _string;         String _string;
Line 145 
Line 153 
         const Arg& arg7 = Arg(),         const Arg& arg7 = Arg(),
         const Arg& arg8 = Arg(),         const Arg& arg8 = Arg(),
         const Arg& arg9 = Arg());         const Arg& arg9 = Arg());
   
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
  
   #endif /*  PEGASUS_USE_EXPERIMENTAL_INTERFACES */
   
 #endif /* Pegasus_Formatter_h */ #endif /* Pegasus_Formatter_h */


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2