(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.2 and 1.8

version 1.2, 2004/06/04 02:23:59 version 1.8, 2006/01/30 16:18:10
Line 1 
Line 1 
 //%/////////////////////////////////////////////////////////////////////////////  //%2006////////////////////////////////////////////////////////////////////////
 // //
 // 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.
   // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
   // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
   // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // 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 66 
Line 74 
     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 109 
Line 128 
 //    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.2  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2