| 52 | const cString& GetArgs() const { return m_args; } |
| 53 | cString GetArgs() { return m_args; } |
| 54 | virtual tList<cAnalyzeCommand>* GetCommandList() { return NULL; } |
| 55 | |
| 56 | /* |
| 57 | added to satisfy Boost.Python; the semantics are fairly useless -- |
no outgoing calls
no test coverage detected