| 135 | |
| 136 | public: |
| 137 | LocalsocketClient() { |
| 138 | m_runningFlag = 0; |
| 139 | m_DataCallback = NULL; |
| 140 | respHeaderOffset = 0; |
| 141 | respPayload = NULL; |
| 142 | respPayloadOffset = 0; |
| 143 | } |
| 144 | |
| 145 | private: |
| 146 | std::string m_remotepath; |
nothing calls this directly
no outgoing calls
no test coverage detected