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

Diff for /pegasus/src/Pegasus/Provider/CIMAssociationProvider.h between version 1.10 and 1.11

version 1.10, 2002/07/26 20:01:19 version 1.11, 2002/07/30 16:14:53
Line 35 
Line 35 
  
 #include <Pegasus/Common/Array.h> #include <Pegasus/Common/Array.h>
 #include <Pegasus/Common/String.h> #include <Pegasus/Common/String.h>
   #include <Pegasus/Common/CIMName.h>
 #include <Pegasus/Common/CIMPropertyList.h> #include <Pegasus/Common/CIMPropertyList.h>
 #include <Pegasus/Common/CIMObjectPath.h> #include <Pegasus/Common/CIMObjectPath.h>
 #include <Pegasus/Common/CIMInstance.h> #include <Pegasus/Common/CIMInstance.h>
Line 74 
Line 75 
     virtual void associators(     virtual void associators(
         const OperationContext & context,         const OperationContext & context,
         const CIMObjectPath & objectName,         const CIMObjectPath & objectName,
         const String & associationClass,          const CIMName & associationClass,
         const String & resultClass,          const CIMName & resultClass,
         const String & role,         const String & role,
         const String & resultRole,         const String & resultRole,
         const Uint32 flags,         const Uint32 flags,
Line 100 
Line 101 
     virtual void associatorNames(     virtual void associatorNames(
         const OperationContext & context,         const OperationContext & context,
         const CIMObjectPath & objectName,         const CIMObjectPath & objectName,
         const String & associationClass,          const CIMName & associationClass,
         const String & resultClass,          const CIMName & resultClass,
         const String & role,         const String & role,
         const String & resultRole,         const String & resultRole,
         ResponseHandler<CIMObjectPath> & handler) = 0;         ResponseHandler<CIMObjectPath> & handler) = 0;
Line 125 
Line 126 
     virtual void references(     virtual void references(
         const OperationContext & context,         const OperationContext & context,
         const CIMObjectPath & objectName,         const CIMObjectPath & objectName,
         const String & resultClass,          const CIMName & resultClass,
         const String & role,         const String & role,
         const Uint32 flags,         const Uint32 flags,
         const CIMPropertyList & propertyList,         const CIMPropertyList & propertyList,
Line 147 
Line 148 
     virtual void referenceNames(     virtual void referenceNames(
         const OperationContext & context,         const OperationContext & context,
         const CIMObjectPath & objectName,         const CIMObjectPath & objectName,
         const String & resultClass,          const CIMName & resultClass,
         const String & role,         const String & role,
         ResponseHandler<CIMObjectPath> & handler) = 0;         ResponseHandler<CIMObjectPath> & handler) = 0;
 }; };


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2