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

Diff for /pegasus/src/Pegasus/Config/TracePropertyOwner.h between version 1.16 and 1.17

version 1.16, 2008/05/12 09:17:35 version 1.17, 2008/05/15 17:24:38
Line 200 
Line 200 
     Boolean isLevelValid(const String& traceLevel) const;     Boolean isLevelValid(const String& traceLevel) const;
  
     /**     /**
       Makes sure the tracer has the trace file set with the current
       value from the config manager and issue a warning, if the
       traceFile cannot be used for tracing.
   
       @return Boolean      True if tracefile is valid
       */
       Boolean applyTraceFileConfigSetting(void) const;
   
   
       /**
     The trace properties owned by this class     The trace properties owned by this class
     */     */
     AutoPtr<struct ConfigProperty>      _traceLevel; //PEP101     AutoPtr<struct ConfigProperty>      _traceLevel; //PEP101
Line 208 
Line 218 
  
     AutoPtr<struct ConfigProperty>      _traceFilePath; //PEP101     AutoPtr<struct ConfigProperty>      _traceFilePath; //PEP101
  
       AutoPtr<struct ConfigProperty>      _traceFacility; //PEP315
   
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2