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

Diff for /pegasus/src/Pegasus/Config/FileSystemPropertyOwner.cpp between version 1.12 and 1.13

version 1.12, 2004/10/17 20:39:37 version 1.13, 2005/02/03 15:46:28
Line 57 
Line 57 
  
 static struct ConfigPropertyRow properties[] = static struct ConfigPropertyRow properties[] =
 { {
     {"repositoryDir", "repository", 0, 0, 0, 1},      {"repositoryDir", "repository", IS_STATIC, 0, 0, IS_VISIBLE},
     {"messageDir", "msg", 0, 0, 0, 1},      {"messageDir", "msg", IS_STATIC, 0, 0, IS_VISIBLE},
 }; };
  
 const Uint32 NUM_PROPERTIES = sizeof(properties) / sizeof(properties[0]); const Uint32 NUM_PROPERTIES = sizeof(properties) / sizeof(properties[0]);
Line 270 
Line 270 
 Boolean FileSystemPropertyOwner::isDynamic(const String& name) Boolean FileSystemPropertyOwner::isDynamic(const String& name)
 { {
     struct ConfigProperty* configProperty = _lookupConfigProperty(name);     struct ConfigProperty* configProperty = _lookupConfigProperty(name);
     return configProperty->dynamic;      return (configProperty->dynamic==IS_DYNAMIC);
 } }
  
  


Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2