|
Last change
on this file since 1632 was
160,
checked in by sherbold, 14 years ago
|
- added optional command line parameters to define replay speed and if the replay application should automatically terminate after finish
|
|
File size:
475 bytes
|
| Rev | Line | |
|---|
| [160] | 1 | #ifndef __HELPERS_H__
|
|---|
| [48] | 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.