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

Diff for /pegasus/src/Pegasus/Common/CIMType.h between version 1.26 and 1.29

version 1.26, 2003/11/12 15:27:53 version 1.29, 2004/11/29 18:48:19
Line 1 
Line 1 
 //%2003////////////////////////////////////////////////////////////////////////  //%2004////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001, 2002  BMC Software, Hewlett-Packard Development  // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 // Company, L. P., IBM Corp., The Open Group, Tivoli Systems.  // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
 // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L. P.; // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L. P.;
 // IBM Corp.; EMC Corporation, The Open Group. // IBM Corp.; EMC Corporation, The Open Group.
   // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
   // IBM Corp.; EMC Corporation; VERITAS Software 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 23 
Line 25 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Mike Brasher (mbrasher@bmc.com)  
 //  
 // Modified By: Ramnath Ravindran (Ramnath.Ravindran@compaq.com)  
 //              Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com)  
 //              Carol Ann Krug Graves, Hewlett-Packard Company  
 //                (carolann_graves@hp.com)  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #ifndef Pegasus_Type_h #ifndef Pegasus_Type_h
Line 64 
Line 59 
             string      CIMTYPE_STRING          String             string      CIMTYPE_STRING          String
             datetime    CIMTYPE_DATETIME        CIMDateTime             datetime    CIMTYPE_DATETIME        CIMDateTime
             reference   CIMTYPE_REFERENCE       CIMObjectPath             reference   CIMTYPE_REFERENCE       CIMObjectPath
           object      CIMTYPE_OBJECT      CIMObject  (not a "real" CIM type -- see PEP 194)
     </pre>     </pre>
 */ */
  
Line 83 
Line 79 
     CIMTYPE_CHAR16,     CIMTYPE_CHAR16,
     CIMTYPE_STRING,     CIMTYPE_STRING,
     CIMTYPE_DATETIME,     CIMTYPE_DATETIME,
     CIMTYPE_REFERENCE      CIMTYPE_REFERENCE,
       CIMTYPE_OBJECT
 }; };
  
 /** /**


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2