home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / include / idmoper.inl < prev    next >
Encoding:
Text File  |  1996-02-22  |  1.7 KB  |  42 lines

  1. #ifndef _IDMOPER_INL_
  2.   #define _IDMOPER_INL_ 0
  3. /*******************************************************************************
  4. * FILE NAME: idmoper.inl                                                       *
  5. *                                                                              *
  6. * DESCRIPTION:                                                                 *
  7. *   This file contains the definition of the inline functions for the          *
  8. *   classes declared in idmoper.hpp.                                           *
  9. *                                                                              *
  10. * COPYRIGHT:                                                                   *
  11. *   IBM Open Class Library                                                     *
  12. *   (C) Copyright International Business Machines Corporation 1992, 1996       *
  13. *   Licensed Material - Program-Property of IBM - All Rights Reserved.         *
  14. *   US Government Users Restricted Rights - Use, duplication, or disclosure    *
  15. *   restricted by GSA ADP Schedule Contract with IBM Corp.                     *
  16. *                                                                              *
  17. *******************************************************************************/
  18. #ifndef _IDMOPER_
  19.   #undef  _IDMOPER_INL_
  20.   #define _IDMOPER_INL_ 1
  21.   #include <idmoper.hpp>
  22. #endif
  23.  
  24. #include <idmsrcop.hpp>
  25. #include <idmtgtop.hpp>
  26.  
  27. #if _IDMOPER_INL_
  28.   #define inline
  29. #endif
  30.  
  31. inline _DRAGINFO* IDMOperation :: dragInfo() const
  32. {
  33.   return (this->pPMDragInfo);
  34. }
  35.  
  36. inline Boolean IDMOperation :: dragWasInterrupted() const
  37. {
  38.   return( !(this->bDragResult) );
  39. }
  40.  
  41. #endif //_IDMOPER_INL_
  42.