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

version 1.2, 2001/03/23 20:19:20 version 1.5, 2001/05/24 00:48:35
Line 1 
Line 1 
 //BEGIN_LICENSE  //%/////////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000 The Open Group, BMC Software, Tivoli Systems, IBM // Copyright (c) 2000 The Open Group, BMC Software, Tivoli Systems, IBM
 // //
Line 17 
Line 17 
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE. // DEALINGS IN THE SOFTWARE.
 // //
 //END_LICENSE  //==============================================================================
 //BEGIN_HISTORY  
 // //
 // Author:  // Author: Mike Brasher (mbrasher@bmc.com)
 // //
 // $Log$  // Modified By:
 // Revision 1.2  2001/03/23 20:19:20  mike  
 // Reformatted documentation. Added a couple of ATTN's  
 // //
 // Revision 1.1  2001/02/18 18:39:06  mike  //%/////////////////////////////////////////////////////////////////////////////
 // new  
 //  
 // Revision 1.2  2001/02/18 03:02:58  karl  
 // comment cleanup  
 //  
 // Revision 1.1  2001/02/16 02:07:06  mike  
 // Renamed many classes and headers (using new CIM prefixes).  
 //  
 // Revision 1.3  2001/02/06 17:04:03  karl  
 // add documentation  
 //  
 // Revision 1.2  2001/01/24 13:54:09  karl  
 // Add Doc++ Document Comments  
 //  
 // Revision 1.1.1.1  2001/01/14 19:50:41  mike  
 // Pegasus import  
 //  
 //  
 //END_HISTORY  
  
 #ifndef Pegasus_DateTime_h #ifndef Pegasus_DateTime_h
 #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 131 
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 184 
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.2  
changed lines
  Added in v.1.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2