home *** CD-ROM | disk | FTP | other *** search
- #ifndef _IPAINEVT_INL_
- #define _IPAINEVT_INL_ 0
- /*******************************************************************************
- * FILE NAME: ipainevt.inl *
- * *
- * DESCRIPTION: *
- * This file contains the definition of the inline functions for the *
- * classes declared in ipainevt.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 _IPAINEVT_
- #undef _IPAINEVT_INL_
- #define _IPAINEVT_INL_ 1
- #include <ipainevt.hpp>
- #endif
-
- #if _IPAINEVT_INL_
- #define inline
- #endif
-
- inline IRectangle IPaintEvent::rect ( ) const
- {
- return rectCl;
- }
- inline IPaintEvent& IPaintEvent::clearBackground ( const IColor& background )
- {
- return clearBackground(rectCl, background);
- }
-
- #endif /* _IPAINEVT_INL_ */
-