home *** CD-ROM | disk | FTP | other *** search
- #ifndef _IDMOPER_INL_
- #define _IDMOPER_INL_ 0
- /*******************************************************************************
- * FILE NAME: idmoper.inl *
- * *
- * DESCRIPTION: *
- * This file contains the definition of the inline functions for the *
- * classes declared in idmoper.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 _IDMOPER_
- #undef _IDMOPER_INL_
- #define _IDMOPER_INL_ 1
- #include <idmoper.hpp>
- #endif
-
- #include <idmsrcop.hpp>
- #include <idmtgtop.hpp>
-
- #if _IDMOPER_INL_
- #define inline
- #endif
-
- inline _DRAGINFO* IDMOperation :: dragInfo() const
- {
- return (this->pPMDragInfo);
- }
-
- inline Boolean IDMOperation :: dragWasInterrupted() const
- {
- return( !(this->bDragResult) );
- }
-
- #endif //_IDMOPER_INL_
-