Ignore:
Timestamp:
07/05/11 11:10:35 (13 years ago)
Author:
sherbold
Message:
  • improved output in case of wrong startup parameters
  • parameter for application under test now mandatory
  • automatically closes application under test at the end of a session in case it is still open

+ support for multiple sessions in one replay file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MFCtooling/replay/LogParser.h

    r32 r104  
    1717        WPARAM wParam; 
    1818 
     19        boolean useDefaultDelay; 
    1920        int delay; 
    2021 
    2122        void sendMessage(HWND hwnd); 
    2223 
     24        _TCHAR * runCommand; 
     25        unsigned int startupTime; 
     26        HANDLE hProcess; 
     27 
    2328public: 
    24         LogParser(void); 
     29        LogParser(_TCHAR * runCommand, unsigned int startupChar, bool useDefaultDelay = false); 
    2530        ~LogParser(void); 
    2631 
Note: See TracChangeset for help on using the changeset viewer.