home *** CD-ROM | disk | FTP | other *** search
- #ifndef _IDMITEM_INL_
- #define _IDMITEM_INL_ 0
- /*******************************************************************************
- * FILE NAME: idmitem.inl *
- * *
- * DESCRIPTION: *
- * This file contains the definition of the inline functions for the *
- * classes declared in idmitem.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 _IDMITEM_
- #undef _IDMITEM_INL_
- #define _IDMITEM_INL_ 1
- #include <idmitem.hpp>
- #endif
-
- #if _IDMITEM_INL_
- #define inline
- #endif
-
- inline unsigned IDMItem :: renderer() const
- {
- return( this->rendererPosition );
- }
-
- inline IString IDMItem :: selectedRMF() const
- {
- return( this->strSelectedRMF );
- }
-
- inline Boolean IDMItem::hasImage() const
- {
- return( !(!this->pIDMImage) );
- }
-
- inline Boolean IDMItem::isTargetTheSource() const
- {
- return( this->bTargetTheSource );
- }
-
- #endif // _IDMITEM_INL_
-