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

Diff for /pegasus/src/Pegasus/ProviderManager2/Attic/OOPProviderManagerRouter.h between version 1.2 and 1.3

version 1.2, 2004/10/17 20:40:00 version 1.3, 2005/01/26 23:09:09
Line 79 
Line 79 
  
     /**     /**
         Return a pointer to the ProviderAgentContainer for the specified         Return a pointer to the ProviderAgentContainer for the specified
         moduleFileName.  If no ProviderAgentContainer exists for this          moduleName and userName.  If no ProviderAgentContainer exists for
         moduleFileName, one is created in an uninitialized state.          this moduleName/userName pair, one is created in an uninitialized
           state.
      */      */
     ProviderAgentContainer* _lookupProviderAgent(const String& moduleFileName);      ProviderAgentContainer* _lookupProviderAgent(
           const String& moduleName,
           const String& userName);
   
       /**
           Return an array of pointers to ProviderAgentContainers for the
           specified moduleName.
        */
       Array<ProviderAgentContainer*> _lookupProviderAgents(
           const String& moduleName);
  
     /**     /**
         Send the specified CIMRequestMessage to all initialized Provider         Send the specified CIMRequestMessage to all initialized Provider


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2