source:
branches/autoquest-distribution-release-0.2.0/trunk/MFCtooling/userlog/helpers.h
@
2104
Last change on this file since 2104 was 160, checked in by sherbold, 14 years ago | |
---|---|
File size: 475 bytes |
Line | |
---|---|
1 | #ifndef __HELPERS_H__ |
2 | #define __HELPERS_H__ |
3 | |
4 | int 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 | */ |
11 | bool MessageEquals(const MSG & msg1, const MSG & msg2); |
12 | |
13 | #endif // __HELPERS_H__ |
Note: See TracBrowser
for help on using the repository browser.