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

Diff for /pegasus/src/Pegasus/ProviderManager2/JMPI/JMPILocalProviderManager.h between version 1.4 and 1.10.2.1

version 1.4, 2005/02/05 23:00:32 version 1.10.2.1, 2006/07/27 23:12:08
Line 1 
Line 1 
 //%2005////////////////////////////////////////////////////////////////////////  //%2006////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems. // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
Line 8 
Line 8 
 // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group. // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
 // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.; // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
 // EMC Corporation; VERITAS Software Corporation; The Open Group. // EMC Corporation; VERITAS Software Corporation; The Open Group.
   // Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // EMC Corporation; Symantec 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 41 
Line 43 
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/String.h> #include <Pegasus/Common/String.h>
 #include <Pegasus/Common/IPC.h>  
 #include <Pegasus/Common/DQueue.h>  
 #include <Pegasus/Common/HashTable.h> #include <Pegasus/Common/HashTable.h>
  
 #include <Pegasus/ProviderManager2/JMPI/JMPIProvider.h> #include <Pegasus/ProviderManager2/JMPI/JMPIProvider.h>
 //#include <Pegasus/ProviderManager2/JMPI/JMPIResolverModule.h> //#include <Pegasus/ProviderManager2/JMPI/JMPIResolverModule.h>
  
 #include <Pegasus/ProviderManager2/Lockable.h>  
   
 #include <Pegasus/Server/Linkage.h> #include <Pegasus/Server/Linkage.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
Line 72 
Line 70 
     Boolean hasActiveProviders();     Boolean hasActiveProviders();
     void unloadIdleProviders();     void unloadIdleProviders();
  
       /**
            Gets list of indication providers to be enabled.
            Once IndicationService initialization has been completed, the
            enableIndications() method must be called on each indication provider
            that has current subscriptions.
   
            @return list of providers whose enableIndications() method must be
                    called
        */
       Array <JMPIProvider *> getIndicationProvidersToEnable ();
   
 private: private:
     enum CTRL     enum CTRL
     {     {
Line 115 
Line 124 
 //    CMPIResolverModule *_loadResolver(const String & fileName); //    CMPIResolverModule *_loadResolver(const String & fileName);
     Sint32 _provider_ctrl(CTRL code, void *parm, void *ret);     Sint32 _provider_ctrl(CTRL code, void *parm, void *ret);
  
     Mutex _mut;      Mutex _providerTableMutex;
  
       static int trace;
 protected: protected:
  
 }; };


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.10.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2