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

Diff for /pegasus/src/Pegasus/Common/CIMMethodRep.h between version 1.18 and 1.20

version 1.18, 2002/05/06 23:21:58 version 1.20, 2002/05/17 16:58:07
Line 147 
Line 147 
  
     void toXml(Array<Sint8>& out) const;     void toXml(Array<Sint8>& out) const;
  
     virtual void print(PEGASUS_STD(ostream)& os = PEGASUS_STD(cout)) const;  
   
     void toMof(Array<Sint8>& out) const;     void toMof(Array<Sint8>& out) const;
  
     Boolean identical(const CIMMethodRep* x) const;     Boolean identical(const CIMMethodRep* x) const;
Line 168 
Line 166 
     // not implicitly define a default copy constructor.     // not implicitly define a default copy constructor.
     CIMMethodRep& operator=(const CIMMethodRep& x)     CIMMethodRep& operator=(const CIMMethodRep& x)
     {     {
         PEGASUS_ASSERT(0);          //PEGASUS_ASSERT(0);
         return *this;         return *this;
     }     }
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2