// $Revision: 1.1 $ // FeedbackStyle.C // Copyright (C) 1994, 1995 Taligent, Inc. All rights reserved. #include "FeedbackStyle.h" #ifndef TaligentSamples_SELECTIONTOOLTARGET #include "SelectionToolTarget.h" #endif //-------------------------- Class TFeedbackStyle ------------------- TFeedbackStyle::~TFeedbackStyle() { } MGraphic* TFeedbackStyle::CreateFeedback(const TSelectionToolTarget& target) const { return DoCreateFeedback(target.GetSelectionDisplayArea()); }