// $Revision: 1.4 $ // Copyright (C) 1994-1995 Taligent, Inc. All rights reserved. #ifndef TaligentSamples_HELLOWORLDPRESENTER #define TaligentSamples_HELLOWORLDPRESENTER #ifndef Taligent_GUICOMPOUNDDOCUMENT #include #endif class THelloWorldPresenter : public TGUIPresenter { public: VersionDeclarationsMacro(THelloWorldPresenter); THelloWorldPresenter(const TGUIBundle&); virtual ~THelloWorldPresenter(); virtual TView* HandleCreateMainView(TGUIBundle*) const; private: enum EVersion { kOriginalVersion }; }; #endif // TaligentSamples_HELLOWORLDPRESENTER