(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.68 and 1.69

version 1.68, 2004/08/25 00:14:24 version 1.69, 2004/09/29 11:58:05
Line 296 
Line 296 
     */     */
     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 330 
Line 331 
     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 buildInstance(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.68  
changed lines
  Added in v.1.69

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2