home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / uicldd.zip / IDMCNRIT.INL < prev    next >
Text File  |  1993-09-02  |  2KB  |  60 lines

  1. #ifndef _IDMCNRIT_INL_
  2. #define _IDMCNRIT_INL_ 0
  3. /*******************************************************************************
  4. * FILE NAME: idmcnrit.inl                                                      *
  5. *                                                                              *
  6. * DESCRIPTION:                                                                 *
  7. *   This file contains the definition of the inline functions for the          *
  8. *   class(es) declared in idmcnrit.hpp.                                        *
  9. *                                                                              *
  10. * COPYRIGHT:                                                                   *
  11. *   Licensed Materials - Property of IBM                                       *
  12. *   (C) Copyright IBM Corporation 1992, 1993                                   *
  13. *   All Rights Reserved                                                        *
  14. *   US Government Users Restricted Rights - Use, duplication, or               *
  15. *   disclosure                                                                 *
  16. *   restricted by GSA ADP Schedule Contract with IBM Corp.                     *
  17. *                                                                              *
  18. * $Log:   M:/ibmclass/idrag/vcs/idmcnrit.inv  $                        *
  19. //
  20. //   Rev 1.0   02 Sep 1993 20:30:32   banzai
  21. //Initial Drop
  22. //
  23. *******************************************************************************/
  24. #ifndef _IDMCNRIT_
  25.   #undef  _IDMCNRIT_INL_
  26.   #define _IDMCNRIT_INL_ 1
  27.   #include <idmcnrit.hpp>
  28. #endif
  29.  
  30.  
  31. #if _IDMCNRIT_INL_
  32.   #define inline
  33. #endif
  34.  
  35.  
  36. /*=========================================================================
  37. | Inlines for IDMCnrItem                                                  |
  38. =========================================================================*/
  39. inline IContainerControl* IDMCnrItem :: sourceContainer() const
  40. {
  41.   return(this->pContainerCtl);
  42. }
  43.  
  44. inline IContainerObject* IDMCnrItem :: object() const
  45. {
  46.   return(this->pContainerObj);
  47. }
  48.  
  49. inline IDMCnrTargetHandler* IDMCnrItem :: cnrTargetHandler() const
  50. {
  51.   return(this->pCnrTgtHnd);
  52. }
  53.  
  54.  
  55. /*=========================================================================
  56. | Inlines for IDMCnrItemHandle                                            |
  57. =========================================================================*/
  58.  
  59. #endif // _IDMCNRIT_INL_
  60.