| 12 | } |
| 13 | |
| 14 | Separator::Ptr Separator::Create( Orientation orientation ) { |
| 15 | return Ptr( new Separator( orientation ) ); |
| 16 | } |
| 17 | |
| 18 | Separator::Orientation Separator::GetOrientation() const { |
| 19 | return m_orientation; |
nothing calls this directly
no outgoing calls
no test coverage detected