(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.5 and 1.7

version 1.5, 2001/04/25 22:20:54 version 1.7, 2001/05/20 20:33:59
Line 67 
Line 67 
         return _type;         return _type;
     }     }
  
     void setType(CIMType type)      void setType(CIMType type);
     {  
         _type = type;  
   
         if (type == CIMType::NONE)  
             throw NullType();  
     }  
  
     const String& getClassOrigin() const     const String& getClassOrigin() const
     {     {
Line 146 
Line 140 
  
     void toXml(Array<Sint8>& out) const;     void toXml(Array<Sint8>& out) const;
  
     virtual void print(std::ostream &o=std::cout) const;      virtual void print(PEGASUS_STD(ostream)& os = PEGASUS_STD(cout)) const;
  
     Boolean identical(const CIMMethodRep* x) const;     Boolean identical(const CIMMethodRep* x) const;
  


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2