| 320 | } |
| 321 | |
| 322 | char* pipe_manager::c_str() const |
| 323 | { |
| 324 | if (m_pPipeStream) { |
| 325 | return m_pPipeStream->c_str(); |
| 326 | } else { |
| 327 | static const char* dummy = ""; |
| 328 | return (char*) dummy; |
| 329 | } |
| 330 | } |
| 331 | |
| 332 | size_t pipe_manager::length() const |
| 333 | { |
no outgoing calls
no test coverage detected