| 40 | char* m_string; |
| 41 | |
| 42 | inline explicit StringAutoMarshal(const StringAutoMarshal& i_Source) : m_string(NULL) {} |
| 43 | inline StringAutoMarshal& operator= (const StringAutoMarshal& i_Source) {} |
| 44 | |
| 45 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected