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

Diff for /pegasus/src/Pegasus/Common/SystemWindows.cpp between version 1.26 and 1.27

version 1.26, 2002/08/29 00:27:52 version 1.27, 2003/01/25 14:38:58
Line 286 
Line 286 
     return true;     return true;
 } }
  
   // Is absolute path?
   Boolean System::is_absolute_path(const char *path)
   {
     char full[_MAX_PATH];
   
     return (strcasecmp(_fullpath( full, path, _MAX_PATH ), path) == 0) ? true : false;
   }
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2