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

Diff for /pegasus/src/Pegasus/Common/TraceFileHandler.h between version 1.7 and 1.8

version 1.7, 2003/12/10 00:05:23 version 1.8, 2004/08/11 12:12:28
Line 25 
Line 25 
 // //
 // Author: Sushma Fernandes, Hewlett-Packard Company (sushma_fernandes@hp.com) // Author: Sushma Fernandes, Hewlett-Packard Company (sushma_fernandes@hp.com)
 // //
 // Modified By:  // Modified By: Amit K Arora, IBM (amita@in.ibm.com) for Bug#1527
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 53 
Line 53 
      */      */
     char* _fileName;     char* _fileName;
  
   #ifdef PEGASUS_PLATFORM_LINUX_GENERIC_GNU
       /* Base File path to write messages
        */
       char* _baseFileName;
   
       /* Count for the suffix of the trace file
        */
       Uint32 _fileCount;
   #endif
   
     /* Handle to the File     /* Handle to the File
      */      */
     FILE* _fileHandle;     FILE* _fileHandle;


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2