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

Diff for /pegasus/src/Pegasus/ProviderManager2/Attic/ProviderRegistrar.h between version 1.5 and 1.9

version 1.5, 2004/02/04 22:58:21 version 1.9, 2004/10/17 20:40:01
Line 1 
Line 1 
 //%2003////////////////////////////////////////////////////////////////////////  //%2004////////////////////////////////////////////////////////////////////////
 // //
 // 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.
 // //
 // 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 25 
Line 27 
 // //
 // Author: Chip Vincent (cvincent@us.ibm.com) // Author: Chip Vincent (cvincent@us.ibm.com)
 // //
 // Modified By:  // Modified By: Adrian Schuur (schuur@de-ibm.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 39 
Line 41 
 #include <Pegasus/ProviderManager2/ProviderName.h> #include <Pegasus/ProviderManager2/ProviderName.h>
 #include <Pegasus/ProviderManager2/ProviderType.h> #include <Pegasus/ProviderManager2/ProviderType.h>
  
 #include <Pegasus/Server/Linkage.h>  #include <Pegasus/ProviderManager2/Linkage.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 class PEGASUS_SERVER_LINKAGE ProviderRegistration  class PEGASUS_PPM_LINKAGE ProviderRegistration
 { {
 public: public:
  
 }; };
  
 class PEGASUS_SERVER_LINKAGE ProviderRegistrar  class PEGASUS_PPM_LINKAGE ProviderRegistrar
 { {
 public: public:
     ProviderRegistrar(void);     ProviderRegistrar(void);
     virtual ~ProviderRegistrar(void);     virtual ~ProviderRegistrar(void);
  
     ProviderName ProviderRegistrar::findConsumerProvider(const String & destinationPath);      ProviderName findConsumerProvider(const String & destinationPath);
     ProviderName findProvider(const ProviderName & providerName);      ProviderName findProvider(const ProviderName & providerName, Boolean test=true);
  
     //ProviderName findProvider(const CIMObjectPath & reference);     //ProviderName findProvider(const CIMObjectPath & reference);
  
Line 68 
Line 70 
 //hack //hack
 class ProviderRegistrationManager; class ProviderRegistrationManager;
  
 PEGASUS_SERVER_LINKAGE void SetProviderRegistrationManager(ProviderRegistrationManager * p);  PEGASUS_PPM_LINKAGE void SetProviderRegistrationManager(ProviderRegistrationManager * p);
 PEGASUS_SERVER_LINKAGE ProviderRegistrationManager * GetProviderRegistrationManager(void);  PEGASUS_PPM_LINKAGE ProviderRegistrationManager * GetProviderRegistrationManager(void);
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
  


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2