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

Diff for /pegasus/src/Pegasus/Common/CIMObject.h between version 1.20 and 1.21

version 1.20, 2002/05/14 03:27:25 version 1.21, 2002/05/15 10:34:28
Line 259 
Line 259 
 #ifdef PEGASUS_INTERNALONLY #ifdef PEGASUS_INTERNALONLY
     /** isNull() - ATTN: */     /** isNull() - ATTN: */
     Boolean isNull() const;     Boolean isNull() const;
   
     /** Convert object to XML format.  
     */  
     void toXml(Array<Sint8>& out) const;  
 #endif #endif
  
 private: private:
Line 350 
Line 346 
  
 #ifdef PEGASUS_INTERNALONLY #ifdef PEGASUS_INTERNALONLY
     Boolean isNull() const;     Boolean isNull() const;
   
     void toXml(Array<Sint8>& out) const;  
   
     void print(PEGASUS_STD(ostream) &o=PEGASUS_STD(cout)) const;  
 #endif #endif
  
 private: private:
Line 417 
Line 409 
     */     */
     CIMObject& getObject();     CIMObject& getObject();
  
 #ifdef PEGASUS_INTERNALONLY  
     /**  
     */  
     void toXml(Array<Sint8>& out) const;  
 #endif  
   
 private: private:
  
     CIMReference _reference;     CIMReference _reference;


Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2