| 40 | } |
| 41 | |
| 42 | void |
| 43 | TclWrapper::resetCommandLine(int nArgs, int cArg, TCL_Char** argv) |
| 44 | { |
| 45 | numberArgs = nArgs; |
| 46 | currentArg = cArg; |
| 47 | currentArgv = argv; |
| 48 | } |
| 49 | |
| 50 | void |
| 51 | TclWrapper::resetCommandLine(int cArg) |
no outgoing calls
no test coverage detected