//---------------------------------------------------------------------------- // Project Bug // // Copyright © 1996. All Rights Reserved. // // SUBSYSTEM: Bug Application // FILE: bgmdichl.h // AUTHOR: // // OVERVIEW // ~~~~~~~~ // Class definition for TBugMDIChild (TMDIChild). // //---------------------------------------------------------------------------- #if !defined(bgmdichl_h) // Sentry, use file only if it's not already included. #define bgmdichl_h #include "bugapp.rh" // Definition of all resources. //{{TMDIChild = TBugMDIChild}} class TBugMDIChild : public TMDIChild { public: TBugMDIChild(TMDIClient& parent, const char far* title, TWindow* clientWnd, bool shrinkToClient = false, TModule* module = 0); virtual ~TBugMDIChild(); }; //{{TBugMDIChild}} #endif // bgmdichl_h sentry.