(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.12 and 1.17

version 1.12, 2001/06/16 17:30:34 version 1.17, 2002/05/03 01:28:14
Line 155 
Line 155 
  
     virtual void print(PEGASUS_STD(ostream)& os = PEGASUS_STD(cout)) const;     virtual void print(PEGASUS_STD(ostream)& os = PEGASUS_STD(cout)) const;
  
       void toMof(Array<Sint8>& out) const;
   
     Boolean identical(const CIMMethodRep* x) const;     Boolean identical(const CIMMethodRep* x) const;
  
     CIMMethodRep* clone() const     CIMMethodRep* clone() const
Line 168 
Line 170 
  
     CIMMethodRep(const CIMMethodRep& x);     CIMMethodRep(const CIMMethodRep& x);
  
     CIMMethodRep& operator=(const CIMMethodRep& x);      // This method is declared and made private so that the compiler does
       // not implicitly define a default copy constructor.
       CIMMethodRep& operator=(const CIMMethodRep& x)
       {
           PEGASUS_ASSERT(0);
           return *this;
       }
  
     String _name;     String _name;
     CIMType _type;     CIMType _type;


Legend:
Removed from v.1.12  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2