home *** CD-ROM | disk | FTP | other *** search
- #ifndef _IVIEW_INL_
- #define _IVIEW_INL_ 0
- /*******************************************************************************
- * FILE NAME: iview.inl *
- * *
- * DESCRIPTION: *
- * This file contains the definition of the inline functions for the *
- * classes declared in iview.hpp. *
- * *
- * COPYRIGHT: *
- * IBM Open Class Library *
- * (C) Copyright International Business Machines Corporation 1992, 1996 *
- * Licensed Material - Program-Property of IBM - All Rights Reserved. *
- * US Government Users Restricted Rights - Use, duplication, or disclosure *
- * restricted by GSA ADP Schedule Contract with IBM Corp. *
- * *
- *******************************************************************************/
- #ifndef _IVIEW_
- #undef _IVIEW_INL_
- #define _IVIEW_INL_ 1
- #include <iview.hpp>
- #endif
-
- #if _IVIEW_INL_
- #define inline
- #endif
-
-
- //===============================================================================
- //
- // inline members of class IView
- //
-
- inline
- IGUIBundle&
- IView::bundle() const
- {
- return *fpBundle;
- }
-
- inline
- IComponent&
- IView::component() const
- {
- return *fpComponent;
- }
-
-
- #endif /* _IVIEW_INL_ */
-
-