// $Revision: 1.2 $ // SelectionMapping.C // Copyright (C) 1994, 1995 Taligent, Inc. All rights reserved. #ifndef TaligentSamples_SELECTIONMAPPING #include "SelectionMapping.h" #endif //................................................................................ MSelectionMapping::MSelectionMapping(const TViewHandle& view) : fView(view) { } MSelectionMapping::~MSelectionMapping() { } TViewHandle MSelectionMapping::GetMappingView() const { Assertion(fView.GetView() != NIL, "MSelectionMapping::GetMappingView"); return fView; }