home *** CD-ROM | disk | FTP | other *** search
- #ifndef _IACCELKY_INL_
- #define _IACCELKY_INL_ 0
- /*******************************************************************************
- * FILE NAME: iaccelky.inl *
- * *
- * DESCRIPTION: *
- * This file contains the definition of the inline functions for the *
- * classes declared in iaccelky.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 _IACCELKY_
- #undef _IACCELKY_INL_
- #define _IACCELKY_INL_ 1
- #include <iaccelky.hpp>
- #endif
-
- #if _IACCELKY_INL_
- #define inline
- #endif
-
- inline IBase::Boolean
- IAcceleratorKey::operator!= ( const IAcceleratorKey& key ) const
- {
- return ! ( *this == key );
- }
-
- #endif /* _IACCELKY_INL_ */
-