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

Diff for /pegasus/src/Pegasus/Common/ResponseHandler.h between version 1.6 and 1.7

version 1.6, 2002/09/04 21:09:41 version 1.7, 2002/09/04 22:53:45
Line 183 
Line 183 
 }; };
  
  
   #ifdef PEGASUS_INTERNALONLY
   // This type is used in CIMPropertyProvider which Pegasus does not support
 // //
 // ValueResponseHandler // ValueResponseHandler
 // //
Line 193 
Line 195 
  
     virtual void deliver(const Array<CIMValue> & values) = 0;     virtual void deliver(const Array<CIMValue> & values) = 0;
 }; };
   #endif
  
  
   #ifdef PEGASUS_INTERNALONLY
   // This type is used in CIMClassProvider which Pegasus does not support
 // //
 // ClassResponseHandler // ClassResponseHandler
 // //
Line 205 
Line 210 
  
     virtual void deliver(const Array<CIMClass> & classObjs) = 0;     virtual void deliver(const Array<CIMClass> & classObjs) = 0;
 }; };
   #endif
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2