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

Diff for /pegasus/src/Pegasus/Config/FileSystemPropertyOwner.h between version 1.15 and 1.16

version 1.15, 2006/01/30 16:17:35 version 1.16, 2006/11/14 18:34:49
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Sushma Fernandes (sushma_fernandes@hp.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 63 
Line 55 
     This is FileSystem property owner class that extends ConfigPropertyOwner     This is FileSystem property owner class that extends ConfigPropertyOwner
     class and provide implementation.     class and provide implementation.
 */ */
 class PEGASUS_CONFIG_LINKAGE FileSystemPropertyOwner : public ConfigPropertyOwner  class PEGASUS_CONFIG_LINKAGE FileSystemPropertyOwner :
       public ConfigPropertyOwner
 { {
 public: public:
  
Line 86 
Line 79 
     @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, Array<String>& propertyInfo)const;      void getPropertyInfo(
           const String& name,
           Array<String>& propertyInfo) const;
  
     /**     /**
     Get default value of the specified property.     Get default value of the specified property.
Line 191 
Line 186 
     /**     /**
     The file system properties owned by this class     The file system properties owned by this class
     */     */
     AutoPtr<struct ConfigProperty>      _repositoryDir; //PEP101      AutoPtr<struct ConfigProperty> _repositoryDir;
   
     AutoPtr<struct ConfigProperty>      _messageDir; //PEP101  
  
       AutoPtr<struct ConfigProperty> _messageDir;
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2