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

Diff for /pegasus/src/Pegasus/Common/System.h between version 1.30 and 1.31

version 1.30, 2003/01/25 14:38:58 version 1.31, 2003/01/31 01:40:00
Line 197 
Line 197 
         The path can be relative or absolute. If the path is the root,         The path can be relative or absolute. If the path is the root,
         then empty string is returned.         then empty string is returned.
     */     */
     static char *System::extract_file_name(const char *fullpath, char *basename);      static char *extract_file_name(const char *fullpath, char *basename);
  
     /** Return just the pathname into dirname. The fullpath can be relative     /** Return just the pathname into dirname. The fullpath can be relative
         or absolute. This method returns a path minus the file or         or absolute. This method returns a path minus the file or
Line 207 
Line 207 
         a file or directory name, in which case, just the file or directory         a file or directory name, in which case, just the file or directory
         name is returned.         name is returned.
     */     */
     static char *System::extract_file_path(const char *fullpath, char *dirname);      static char *extract_file_path(const char *fullpath, char *dirname);
  
     // Is absolute path?     // Is absolute path?
     static Boolean System::is_absolute_path(const char *path);      static Boolean is_absolute_path(const char *path);
  
 #if defined(PEGASUS_OS_HPUX) #if defined(PEGASUS_OS_HPUX)
     static Boolean bindVerbose;     static Boolean bindVerbose;


Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2