(file) Return to JMPIProvider.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2 / JMPI

Diff for /pegasus/src/Pegasus/ProviderManager2/JMPI/JMPIProvider.h between version 1.14 and 1.15

version 1.14, 2006/09/01 17:51:30 version 1.15, 2006/09/14 16:24:35
Line 48 
Line 48 
 #include <Pegasus/Provider/CIMMethodProvider.h> #include <Pegasus/Provider/CIMMethodProvider.h>
 #include <Pegasus/Common/AtomicInt.h> #include <Pegasus/Common/AtomicInt.h>
  
 //#include <Pegasus/ProviderManager2/CMPI/CMPIResolverModule.h>  
   
 #include <Pegasus/Server/Linkage.h> #include <Pegasus/Server/Linkage.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 class JMPIProviderModule; class JMPIProviderModule;
 class CMPIResolverModule;  
  
 struct ProviderVector { struct ProviderVector {
    jclass jProviderClass;    jclass jProviderClass;
Line 111 
Line 108 
  
     Status getStatus(void) const;     Status getStatus(void) const;
     String getName(void) const;     String getName(void) const;
     void setResolver(CMPIResolverModule *rm) { _rm=rm; }  
  
     JMPIProviderModule *getModule(void) const;     JMPIProviderModule *getModule(void) const;
  
Line 208 
Line 204 
     void *jProviderClass,*jProvider;     void *jProviderClass,*jProvider;
     String _name;     String _name;
     AtomicInt _no_unload;     AtomicInt _no_unload;
     CMPIResolverModule *_rm;  
     Uint32 _quantum;     Uint32 _quantum;
     AtomicInt _current_operations;     AtomicInt _current_operations;
     mutable Mutex _statusMutex;     mutable Mutex _statusMutex;


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2