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

Diff for /pegasus/src/Pegasus/Client/CIMClientRep.h between version 1.8 and 1.9

version 1.8, 2004/05/10 14:11:52 version 1.9, 2004/06/04 16:51:47
Line 121 
Line 121 
  
     void disconnect();     void disconnect();
  
           Boolean isConnected();
   
     virtual CIMClass getClass(     virtual CIMClass getClass(
         const CIMNamespaceName& nameSpace,         const CIMNamespaceName& nameSpace,
         const CIMName& className,         const CIMName& className,
Line 284 
Line 286 
         const Array<CIMParamValue>& inParameters,         const Array<CIMParamValue>& inParameters,
         Array<CIMParamValue>& outParameters         Array<CIMParamValue>& outParameters
     );     );
           // moved for stage2 of PEP#139
           static Uint32 _acquireIP(const char* hostname);
  
 private: private:
  
Line 326 
Line 330 
         // mszer : Additions Stage1 PEP#139         // mszer : Additions Stage1 PEP#139
  
         void compareObjectPathtoCurrentConnection(CIMObjectPath obj) throw(TypeMismatchException);         void compareObjectPathtoCurrentConnection(CIMObjectPath obj) throw(TypeMismatchException);
         Uint32 _acquireIP(const char* hostname);  
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2