(file) Return to ResponseHandlerRep.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Provider / Attic

Diff for /pegasus/src/Pegasus/Provider/Attic/ResponseHandlerRep.h between version 1.5 and 1.6

version 1.5, 2002/06/04 05:17:44 version 1.6, 2002/06/04 19:04:49
Line 33 
Line 33 
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/Sharable.h> #include <Pegasus/Common/Sharable.h>
  
   #include <Pegasus/Common/CIMObject.h>
 #include <Pegasus/Common/CIMClass.h> #include <Pegasus/Common/CIMClass.h>
 #include <Pegasus/Common/CIMInstance.h> #include <Pegasus/Common/CIMInstance.h>
 #include <Pegasus/Common/CIMIndication.h> #include <Pegasus/Common/CIMIndication.h>
Line 52 
Line 53 
  
     virtual void complete() = 0;     virtual void complete() = 0;
  
       virtual void deliver(const CIMObject & object)
       {
       }
   
       virtual void deliver(const Array<CIMObject> & objects)
       {
       }
   
     virtual void deliver(const CIMClass & object)     virtual void deliver(const CIMClass & object)
     {     {
     }     }


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2