(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.1 and 1.8.2.3

version 1.1, 2003/08/18 04:25:57 version 1.8.2.3, 2004/03/10 14:19:29
Line 1 
Line 1 
 //%/////////////////////////////////////////////////////////////////////////////  //%2003////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000 - 2003 BMC Software, Hewlett-Packard Company, IBM,  // Copyright (c) 2000, 2001, 2002  BMC Software, Hewlett-Packard Development
 // The Open Group, Tivoli Systems  // Company, L. P., IBM Corp., The Open Group, Tivoli Systems.
   // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L. P.;
   // IBM Corp.; EMC Corporation, The Open Group.
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 31 
Line 33 
 //              Carol Ann Krug Graves, Hewlett-Packard Company //              Carol Ann Krug Graves, Hewlett-Packard Company
 //                (carolann_graves@hp.com) //                (carolann_graves@hp.com)
 //              Mike Day, IBM (mdday@us.ibm.com) //              Mike Day, IBM (mdday@us.ibm.com)
   //              Adrian Schuur, IBM (schuur@de.ibm.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 42 
Line 45 
 #include <Pegasus/Common/Array.h> #include <Pegasus/Common/Array.h>
 #include <Pegasus/Common/Pair.h> #include <Pegasus/Common/Pair.h>
 #include <Pegasus/Common/MessageQueueService.h> #include <Pegasus/Common/MessageQueueService.h>
   #include <Pegasus/Repository/CIMRepository.h>
  
 #include <Pegasus/ProviderManager2/ProviderManagerModule.h>  
 #include <Pegasus/ProviderManager2/ProviderManager.h>  
 #include <Pegasus/ProviderManager2/SafeQueue.h> #include <Pegasus/ProviderManager2/SafeQueue.h>
   #include <Pegasus/ProviderManager2/ProviderManager.h>
  
 #include <Pegasus/Server/Linkage.h>  #include <Pegasus/ProviderManager2/Linkage.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 class PEGASUS_SERVER_LINKAGE ProviderManagerService : public MessageQueueService  class ProviderRegistrationManager;
   class ProviderManager;
   
   class PEGASUS_PPM_LINKAGE ProviderManagerService : public MessageQueueService
 { {
      friend class CMPIProviderManager;
 public: public:
       static ProviderManagerService* providerManagerService;
   
     ProviderManagerService(void);     ProviderManagerService(void);
     // temp      ProviderManagerService(ProviderRegistrationManager * providerRegistrationManager,
     ProviderManagerService(ProviderRegistrationManager * providerRegistrationManager);                             CIMRepository * repository);
   
  
     virtual ~ProviderManagerService(void);     virtual ~ProviderManagerService(void);
  
Line 70 
Line 80 
  
     virtual void _handle_async_request(AsyncRequest * request);     virtual void _handle_async_request(AsyncRequest * request);
  
       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();
  
Line 80 
Line 92 
  
     static PEGASUS_THREAD_RETURN PEGASUS_THREAD_CDECL handleCimOperation(void * arg) throw();     static PEGASUS_THREAD_RETURN PEGASUS_THREAD_CDECL handleCimOperation(void * arg) throw();
  
     void handleCimRequest(AsyncOpNode *op, const Message * message) throw();      ProviderManager *locateProviderManager(const Message *m, String &itf);
       void handleCimRequest(AsyncOpNode *op, const Message * message);
  
 private: private:
     SafeQueue<AsyncOpNode *> _incomingQueue;     SafeQueue<AsyncOpNode *> _incomingQueue;
     SafeQueue<AsyncOpNode *> _outgoingQueue;     SafeQueue<AsyncOpNode *> _outgoingQueue;
  
 private: private:
     Array<Pair<ProviderManager *, ProviderManagerModule> > _providerManagers;      //Array<Pair<ProviderManager *, ProviderManagerModule> > _providerManagers;
  
 }; };
  


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.8.2.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2