| 36 | |
| 37 | protected: |
| 38 | RCObject() : m_iRefCount(0), m_fShareable(true) {} |
| 39 | RCObject(const RCObject& /*rhs*/) : m_iRefCount(0), m_fShareable(true) {} |
| 40 | RCObject& operator=(const RCObject& /*rhs*/) { return *this; } |
| 41 |
nothing calls this directly
no outgoing calls
no test coverage detected