--------------------------------------------------------------------------------
| 2853 | |
| 2854 | // -------------------------------------------------------------------------------- |
| 2855 | void EveSpaceObject2::AddAttachment( IEveSpaceObjectAttachment* attachment ) |
| 2856 | { |
| 2857 | m_attachments.Append( attachment ); |
| 2858 | } |
| 2859 | |
| 2860 | void EveSpaceObject2::ClearAttachments() |
| 2861 | { |
no test coverage detected