Changeset 142 for trunk/MFCtooling/replay
- Timestamp:
- 08/01/11 18:46:18 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MFCtooling/replay/LogParser.h
r105 r142 10 10 { 11 11 private: 12 static const int defaultMsgDelay = 2000;12 static const int defaultMsgDelay = 500; 13 13 WindowData * currentWindow; 14 14 WindowData * currentParent; … … 32 32 33 33 TestResults * results; 34 35 std::wstring expectedValue; 36 std::wstring actualFile; 37 std::wstring expectedFile; 34 38 35 39 public:
Note: See TracChangeset
for help on using the changeset viewer.