Ignore:
Timestamp:
08/15/11 15:34:28 (13 years ago)
Author:
sherbold
Message:
  • optional parameter -p now sets the working directory of the application under test
File:
1 edited

Legend:

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

    r142 r163  
    2424 
    2525        _TCHAR * runCommand; 
     26        _TCHAR * workingPath; 
    2627        unsigned int startupTime; 
    2728        HANDLE hProcess; 
     
    6364 
    6465        int getDefaultMsgDelay(); 
     66 
     67        void setWorkingPath(TCHAR * workingPath); 
    6568}; 
Note: See TracChangeset for help on using the changeset viewer.