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

Diff for /pegasus/src/Pegasus/ProviderManager2/Attic/ProviderManagerService.h between version 1.20 and 1.21

version 1.20, 2004/06/04 02:23:58 version 1.21, 2004/06/16 12:45:55
Line 74 
Line 74 
     // temp     // temp
     void unloadIdleProviders();     void unloadIdleProviders();
  
     static void indicationCallback(      static void indicationCallback(CIMProcessIndicationRequestMessage* request);
         CIMProcessIndicationRequestMessage* request);  
       static CIMRepository* getRepository() { return _repository; }
  
 protected: protected:
     virtual Boolean messageOK(const Message * message);     virtual Boolean messageOK(const Message * message);
Line 84 
Line 85 
  
     virtual void _handle_async_request(AsyncRequest * request);     virtual void _handle_async_request(AsyncRequest * request);
  
     CIMRepository* _repository;      static CIMRepository* _repository;
  
 private: private:
     //static PEGASUS_THREAD_RETURN PEGASUS_THREAD_CDECL handleServiceOperation(void * arg) throw();     //static PEGASUS_THREAD_RETURN PEGASUS_THREAD_CDECL handleServiceOperation(void * arg) throw();


Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2