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

Diff for /pegasus/src/Pegasus/Config/DefaultPropertyOwner.cpp between version 1.24 and 1.25

version 1.24, 2006/01/30 16:17:35 version 1.25, 2006/07/17 14:34:40
Line 292 
Line 292 
     // By default, no validation is done. It can optionally be added here     // By default, no validation is done. It can optionally be added here
     // per property.     // per property.
     //     //
       if (String::equalNoCase(name, "socketWriteTimeout"))
       {
           Uint32 timeoutValue;
           char dummyChar;
           int numConversions =
               sscanf(value.getCString(), "%u%c", &timeoutValue, &dummyChar);
           return ((timeoutValue != 0) && (numConversions == 1));
       }
     return(true);     return(true);
 } }
  


Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2