home *** CD-ROM | disk | FTP | other *** search
- #ifndef _ISPLITCV_INL_
- #define _ISPLITCV_INL_ 0
- /*******************************************************************************
- * FILE NAME: isplitcv.inl *
- * *
- * DESCRIPTION: *
- * This file contains the definition of the inline functions for the *
- * classes declared in isplitcv.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 _ISPLITCV_
- #undef _ISPLITCV_INL_
- #define _ISPLITCV_INL_ 1
- #include <isplitcv.hpp>
- #endif
-
- #if _ISPLITCV_INL_
- #define inline
- #endif
-
- /*------------------------------ ISplitCanvas --------------------------------*/
-
- inline ISplitCanvas::Orientation ISplitCanvas::orientation()const
- {
- return (extendedStyle() & vertical.asExtendedUnsignedLong() ?
- ISplitCanvas::verticalSplit : ISplitCanvas::horizontalSplit);
- }
-
- #endif /* _ISPLITCV_INL_ */
-