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

Diff for /pegasus/src/Pegasus/Common/CIMDateTime.h between version 1.3 and 1.5

version 1.3, 2001/04/25 22:20:53 version 1.5, 2001/05/24 00:48:35
Line 29 
Line 29 
 #define Pegasus_DateTime_h #define Pegasus_DateTime_h
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
   #include <Pegasus/Common/Array.h>
 #include <iostream> #include <iostream>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
Line 109 
Line 110 
     */     */
     CIMDateTime(const CIMDateTime& x);     CIMDateTime(const CIMDateTime& x);
  
       /** Destructor. */
       ~CIMDateTime() { }
   
     /** CIMDateTime method again     /** CIMDateTime method again
     */     */
     CIMDateTime& operator=(const CIMDateTime& x);     CIMDateTime& operator=(const CIMDateTime& x);
Line 162 
Line 166 
     const CIMDateTime& x,     const CIMDateTime& x,
     const CIMDateTime& y);     const CIMDateTime& y);
  
 PEGASUS_COMMON_LINKAGE std::ostream& operator<<(  PEGASUS_COMMON_LINKAGE PEGASUS_STD(ostream)& operator<<(
     std::ostream& os,      PEGASUS_STD(ostream)& os,
     const CIMDateTime& x);     const CIMDateTime& x);
  
   #define PEGASUS_ARRAY_T CIMDateTime
   # include "ArrayInter.h"
   #undef PEGASUS_ARRAY_T
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
  
 #endif /* Pegasus_DateTime_h */ #endif /* Pegasus_DateTime_h */


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2