| 343 | return ptr; |
| 344 | } |
| 345 | IObjectBase* GetBarePtr() const { |
| 346 | return CastToObjectBase(ptr); |
| 347 | } |
| 348 | int operator&(IBinSaver& f); |
| 349 | }; |
| 350 | //////////////////////////////////////////////////////////////////////////////////////////////////// |
no test coverage detected