----------------------------------------------------------------------------- Constructor -----------------------------------------------------------------------------
| 179 | // Constructor |
| 180 | //----------------------------------------------------------------------------- |
| 181 | FileOps::FileOps |
| 182 | ( |
| 183 | ) |
| 184 | { |
| 185 | m_pImpl = new FileOpsImpl(); |
| 186 | } |
| 187 | |
| 188 | //----------------------------------------------------------------------------- |
| 189 | // <FileOps::~FileOps> |
nothing calls this directly
no outgoing calls
no test coverage detected