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

Diff for /pegasus/src/Pegasus/Common/CIMMethod.h between version 1.21 and 1.22

version 1.21, 2002/05/14 03:27:25 version 1.22, 2002/05/15 10:34:28
Line 215 
Line 215 
     Boolean isNull() const;     Boolean isNull() const;
 #endif #endif
  
     /** toXML - puts XML encoding of this CIMMethod object into out  
         argument.  
     */  
     void toXml(Array<Sint8>& out) const;  
   
     /** print - formats and prints this CIMmethod (in CIM XML encoded form).  
     */  
     void print(PEGASUS_STD(ostream)& o=PEGASUS_STD(cout)) const;  
   
     /** toMof - puts MOF encoding of this object into out arguemnt.     /** toMof - puts MOF encoding of this object into out arguemnt.
     */     */
     void toMof(Array<Sint8>& out) const;     void toMof(Array<Sint8>& out) const;
Line 246 
Line 237 
  
     CIMMethodRep* _rep;     CIMMethodRep* _rep;
     friend class CIMConstMethod;     friend class CIMConstMethod;
       friend class XmlWriter;
 }; };
  
 class PEGASUS_COMMON_LINKAGE CIMConstMethod class PEGASUS_COMMON_LINKAGE CIMConstMethod
Line 293 
Line 285 
  
 #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
  
     Boolean identical(const CIMConstMethod& x) const;     Boolean identical(const CIMConstMethod& x) const;
Line 311 
Line 299 
  
     friend class CIMMethod;     friend class CIMMethod;
     friend class CIMMethodRep;     friend class CIMMethodRep;
       friend class XmlWriter;
 }; };
  
 #define PEGASUS_ARRAY_T CIMMethod #define PEGASUS_ARRAY_T CIMMethod


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2