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

Diff for /pegasus/src/Pegasus/Common/TraceFileHandler.cpp between version 1.9 and 1.10

version 1.9, 2003/12/08 21:29:02 version 1.10, 2003/12/10 00:05:23
Line 118 
Line 118 
         strcpy (_fileName,fileName);         strcpy (_fileName,fileName);
     }     }
  
   #if !defined(PEGASUS_PLATFORM_WIN32_IX86_MSVC)
     //     //
     // Set permissions on the trace file to 0400     // Set permissions on the trace file to 0400
     //     //
Line 128 
Line 129 
            "Failed to set permissions on file $0", _fileName);            "Failed to set permissions on file $0", _fileName);
             return 1;             return 1;
     }     }
   #endif
  
     return 0;     return 0;
 } }


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2