(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.13 and 1.14

version 1.13, 2006/11/10 18:14:58 version 1.14, 2007/03/16 17:16:50
Line 88 
Line 88 
      */      */
     void handleMessage(const char* message,const char* fmt,va_list argList);     void handleMessage(const char* message,const char* fmt,va_list argList);
  
       /** Writes message to file.
           Implementation of this function is platform specific
           @param    message  message to be written
        */
       void handleMessage(const char* message);
   
   
     /** Sets the filename to the given filename and opens the file in append     /** Sets the filename to the given filename and opens the file in append
         mode         mode
         @param    fileName full path of the file         @param    fileName full path of the file
Line 107 
Line 114 
  
     ~TraceFileHandler();     ~TraceFileHandler();
  
   private:
   
       /** Prepares write of message to file.
           Implementation of this function is platform specific
        */
       void prepareFileHandle(void);
   
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2