home *** CD-ROM | disk | FTP | other *** search
- #ifndef _ICNREHDR_INL_
- #define _ICNREHDR_INL_ 0
- /*******************************************************************************
- * FILE NAME: icnrehdr.inl *
- * *
- * DESCRIPTION: *
- * This file contains the definition of the inline functions for the *
- * classes declared in icnrehdr.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 _ICNREHDR_
- #undef _ICNREHDR_INL_
- #define _ICNREHDR_INL_ 1
- #include <icnrehdr.hpp>
- #endif
-
- #if _ICNREHDR_INL_
- #define inline
- #endif
-
-
- inline IBase::Boolean ICnrEditHandler :: isDataIString() const
- {
- return (_stringType == isIString);
- }
-
- inline IHandler* ICnrEditHandler::mleHandler( ) const
- {
- return _phdrMLE;
- }
-
-
- #endif // _ICNREHDR_INL_
-