Ignore:
Timestamp:
06/07/11 11:56:45 (13 years ago)
Author:
sherbold
Message:
  • code clean-up: moved deprecated filter code to a txt-file for potential reuse
  • code clean-up: moved helper functions to separate source code file
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MFCtooling/userlog/userlog.h

    r32 r48  
     1#ifndef __USERLOG_H__ 
     2#define __USERLOG_H__ 
     3 
    14#ifdef USERLOG_EXPORTS 
    25#define USERLOG_API __declspec(dllexport) 
     
    7275void HookProc(int nFrom, int nCode, PMSG msg); 
    7376 
    74 /** 
    75  * Compares two messages parameter-wise.  
    76  * TODO: Check if this works better, if MSG.time and MSG.pt are ignored in the comparison, as they are missing in CWPSTRUCT. 
    77  * TODO: In case of CWPSTRICT both values are per default -1.  
    78  */ 
    79 bool MessageEquals(const MSG & msg1, const MSG & msg2); 
    80  
    8177void WriteLogentryWString(PMSG msg, int nFrom); 
    82  
    83 int replaceWithXmlEntitiesWString(const wchar_t * source, wchar_t ** target, size_t sourceLength); 
    8478 
    8579#ifdef __USING_COSTUMLOG__ 
     
    8882void CloseLogfile(); 
    8983#endif 
     84 
     85#endif // __USERLOG_H__ 
Note: See TracChangeset for help on using the changeset viewer.