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

Diff for /pegasus/src/Pegasus/Common/CIMClass.h between version 1.65 and 1.72

version 1.65, 2004/06/30 21:07:54 version 1.72, 2006/01/30 16:16:46
Line 1 
Line 1 
 //%2003////////////////////////////////////////////////////////////////////////  //%2006////////////////////////////////////////////////////////////////////////
 // //
 // 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.
   // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // EMC Corporation; VERITAS Software Corporation; The Open Group.
   // Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // EMC Corporation; Symantec 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 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Mike Brasher (mbrasher@bmc.com)  
 //  
 // Modified By: Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com)  
 //              Carol Ann Krug Graves, Hewlett-Packard Company  
 //                  (carolann_graves@hp.com)  
 //              Adriann Schuur (schuur@de.ibm.com) PEP 164  
 //              Karl Schopmeyer k.schopmeyer@opengroup.org (PEP 157)  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #ifndef Pegasus_CIMClass_h #ifndef Pegasus_CIMClass_h
Line 41 
Line 39 
 #include <Pegasus/Common/CIMName.h> #include <Pegasus/Common/CIMName.h>
 #include <Pegasus/Common/CIMObject.h> #include <Pegasus/Common/CIMObject.h>
 #include <Pegasus/Common/CIMMethod.h> #include <Pegasus/Common/CIMMethod.h>
 #include <Pegasus/common/CIMInstance.h>  #include <Pegasus/Common/CIMInstance.h>
 #include <Pegasus/Common/CIMPropertyList.h> #include <Pegasus/Common/CIMPropertyList.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
Line 304 
Line 302 
     */     */
     Boolean isUninitialized() const;     Boolean isUninitialized() const;
  
     /**  #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES
       /**  <I><B>Experimental Interface</B></I><BR>
     Build a CIMInstance based on this CIM Class.  Properties in the instance     Build a CIMInstance based on this CIM Class.  Properties in the instance
     are initialized to the default values (if any) specified in the class     are initialized to the default values (if any) specified in the class
     definition.  The parameters of the call determine whether qualifiers are     definition.  The parameters of the call determine whether qualifiers are
Line 338 
Line 337 
     property to the instance.     property to the instance.
  
     @return CIMInstance of this class appropriately initialized.     @return CIMInstance of this class appropriately initialized.
       <p><b>Example:</b>
     EXAMPLE:      <pre>
           CIMClass myClass .. a defined and complete CIMClass.
     <Will be provided with the code>          // create instance with qualifiers, class origin and all properties
           CIMInstance myInstance =
                   myClass.buildInstance(true, true, CIMPropertyList());
       </pre>
     */     */
     CIMInstance createInstance(Boolean includeQualifiers,      CIMInstance buildInstance(Boolean includeQualifiers,
         Boolean includeClassOrigin,         Boolean includeClassOrigin,
         const CIMPropertyList & propertyList) const;         const CIMPropertyList & propertyList) const;
   #endif
  
 private: private:
  


Legend:
Removed from v.1.65  
changed lines
  Added in v.1.72

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2