| 121 | } |
| 122 | |
| 123 | std::string ApplicationContextBase::getBitmapsPath() const |
| 124 | { |
| 125 | return getRuntimeDataPath() + "bitmaps/"; |
| 126 | } |
| 127 | |
| 128 | const IApplicationContext::ArgumentList& ApplicationContextBase::getCmdLineArgs() const |
| 129 | { |
no outgoing calls
no test coverage detected