source: trunk/MFCtooling/userlog/helpers.h @ 48

Last change on this file since 48 was 48, checked in by sherbold, 13 years ago
  • 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 size: 474 bytes
Line 
1#ifndef __HELPERS_H__
2#define __HELPERS_H__
3
4int replaceWithXmlEntitiesWString(const wchar_t * source, wchar_t ** target, size_t sourceLength);
5
6/**
7 * Compares two messages parameter-wise.
8 * TODO: Check if this works better, if MSG.time and MSG.pt are ignored in the comparison, as they are missing in CWPSTRUCT.
9 * TODO: In case of CWPSTRICT both values are per default -1.
10 */
11bool MessageEquals(const MSG & msg1, const MSG & msg2);
12
13#endif // __HELPERS_H__
Note: See TracBrowser for help on using the repository browser.