PEP#: 274
authorkamal.locahana <kamal.locahana>
Fri, 22 Jun 2007 16:46:24 +0000 (16:46 +0000)
committerkamal.locahana <kamal.locahana>
Fri, 22 Jun 2007 16:46:24 +0000 (16:46 +0000)
TITLE: CIM API

DESCRIPTION: Hooked CIM Client to access the interface of Dispatcher Class

src/Pegasus/Server/CIMOperationRequestDispatcher.h

index 8f75c1429abe9b5f07bdf106d12bfd0d8d1aad4e..10cab0cc800ebecaf9d0fd8b71856061f0dac4a4 100644 (file)
@@ -223,6 +223,10 @@ class PEGASUS_SERVER_LINKAGE CIMOperationRequestDispatcher :
     public MessageQueueService
 {
     friend class QuerySupportRouter;
+#ifdef PEGASUS_USE_DIRECTACCESS_FOR_LOCAL
+    friend class CIMDirectAccessRep;
+#endif
+
 public:
 
     typedef MessageQueueService Base;