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

Diff for /pegasus/src/Pegasus/Config/ProviderDirPropertyOwner.h between version 1.9 and 1.10

version 1.9, 2006/01/30 16:17:36 version 1.10, 2006/11/14 18:34:50
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Konrad Rzeszutek <konradr@us.ibm.com>  
 //  
 // Modified By:  Aruran, IBM (ashanmug@in.ibm.com) for Bug# 3614  
 //              David Dillard, VERITAS Software Corp.  
 //                  (david.dillard@veritas.com)  
 //              Vijay Eli, IBM, (vijayeli@in.ibm.com) for Bug# 3613  
 //              Aruran, IBM (ashanmug@in.ibm.com) for Bug# 3613  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
  
Line 62 
Line 54 
     This is ProviderDir property owner class that extends ConfigPropertyOwner     This is ProviderDir property owner class that extends ConfigPropertyOwner
     class and provide implementation.     class and provide implementation.
 */ */
 class PEGASUS_CONFIG_LINKAGE ProviderDirPropertyOwner : public ConfigPropertyOwner  class PEGASUS_CONFIG_LINKAGE ProviderDirPropertyOwner :
       public ConfigPropertyOwner
 { {
 public: public:
  
Line 88 
Line 81 
     @param propertyInfo   List to store the property info.     @param propertyInfo   List to store the property info.
     @exception UnrecognizedConfigProperty  if the property is not defined.     @exception UnrecognizedConfigProperty  if the property is not defined.
     */     */
     void getPropertyInfo(const String& name,      void getPropertyInfo(
           const String& name,
                  Array<String>& propertyInfo)const;                  Array<String>& propertyInfo)const;
  
     /**     /**
Line 104 
Line 98 
     Get current value of the specified property.     Get current value of the specified property.
  
     @param  name         The name of the property.     @param  name         The name of the property.
     @return string containing the currnet value of the property specified.          @return string containing the current value of the property specified.
     @exception UnrecognizedConfigProperty  if the property is not defined.     @exception UnrecognizedConfigProperty  if the property is not defined.
     */     */
     String getCurrentValue(const String& name)const;     String getCurrentValue(const String& name)const;
Line 195 
Line 189 
     The file system properties owned by this class     The file system properties owned by this class
     */     */
     struct ConfigProperty*      _providerDir;     struct ConfigProperty*      _providerDir;
   
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2