| 97 | } |
| 98 | |
| 99 | void release() |
| 100 | { |
| 101 | if (mComp) |
| 102 | { |
| 103 | mComp->removeReference(); |
| 104 | mComp = NULL; |
| 105 | } |
| 106 | PxTask::release(); |
| 107 | } |
| 108 | |
| 109 | protected: |
| 110 | /// \brief A pointer to the completion task |
nothing calls this directly
no test coverage detected