| 101 | // |
| 102 | //***************************************************************************** |
| 103 | const char * COutputStringStream::c_str() const |
| 104 | { |
| 105 | return mpImpl->mString.c_str(); |
| 106 | } |
| 107 | |
| 108 | //***************************************************************************** |
| 109 | // |
no outgoing calls