(file) Return to OperationContextInternal.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/OperationContextInternal.h between version 1.1 and 1.7

version 1.1, 2002/09/19 16:17:36 version 1.7, 2004/10/17 20:39:17
Line 1 
Line 1 
 //%/////////////////////////////////////////////////////////////////////////////  //%2004////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001, 2002 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.
 // //
 // 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 67 
Line 71 
     static const String NAME;     static const String NAME;
  
     ProviderIdContainer(const OperationContext::Container & container);     ProviderIdContainer(const OperationContext::Container & container);
     ProviderIdContainer(const CIMInstance & module, const CIMInstance & provider);      ProviderIdContainer(const CIMInstance & module, const CIMInstance & provider,
           Boolean remoteNameSpace=false, String remoteInfo=String::EMPTY);
     virtual ~ProviderIdContainer(void);     virtual ~ProviderIdContainer(void);
  
     virtual String getName(void) const;     virtual String getName(void) const;
Line 76 
Line 81 
  
     CIMInstance getModule(void) const;     CIMInstance getModule(void) const;
     CIMInstance getProvider(void) const;     CIMInstance getProvider(void) const;
       const String & getRemoteInfo() const;
       Boolean isRemoteNameSpace() const;
  
 protected: protected:
     CIMInstance _module;     CIMInstance _module;
     CIMInstance _provider;     CIMInstance _provider;
       Boolean _remoteNameSpace;
       String _remoteInfo;
  
 }; };
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2