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

Diff for /pegasus/src/Pegasus/ProviderManager2/Attic/ProviderManagerModule.h between version 1.3 and 1.7

version 1.3, 2003/10/22 14:26:12 version 1.7, 2005/02/05 23:00:26
Line 1 
Line 1 
 //%2003////////////////////////////////////////////////////////////////////////  //%2005////////////////////////////////////////////////////////////////////////
 // //
 // 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.
 // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L. P.; // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L. P.;
 // IBM Corp.; EMC Corporation, The Open Group. // 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.
 // //
 // 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 38 
Line 42 
  
 #include <Pegasus/ProviderManager2/ProviderManager.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 ProviderManagerModule : public DynamicLibrary  class PEGASUS_PPM_LINKAGE ProviderManagerModule : public DynamicLibrary
 { {
 public: public:
     typedef ProviderManager * (*CREATE_PROVIDER_MANAGER_FUNCTION)(const String &);     typedef ProviderManager * (*CREATE_PROVIDER_MANAGER_FUNCTION)(const String &);
  
 public: public:
     ProviderManagerModule(void);     ProviderManagerModule(void);
     ProviderManagerModule(const String & fileName);      ProviderManagerModule(const ProviderManagerModule & module);
       explicit ProviderManagerModule(const String & fileName);
     virtual ~ProviderManagerModule(void);     virtual ~ProviderManagerModule(void);
  
       ProviderManagerModule & operator=(const ProviderManagerModule & module);
   
     virtual Boolean load(void);     virtual Boolean load(void);
       virtual Boolean unload(void);
  
     ProviderManager * getProviderManager(const String & s) const;     ProviderManager * getProviderManager(const String & s) const;
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2