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

  1. #ifndef _IDMMLEIT_INL_
  2.   #define _IDMMLEIT_INL_ 0
  3. /*******************************************************************************
  4. * FILE NAME: idmmleit.inl                                                      *
  5. *                                                                              *
  6. * DESCRIPTION:                                                                 *
  7. *   This file contains the definition of the inline functions for the          *
  8. *   class(es) declared in idmmleit.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/idmmleit.inv  $                         *
  19. //
  20. //   Rev 1.0   10 Aug 1993 15:21:30   banzai
  21. //Make drag item provider into template
  22. //
  23. *******************************************************************************/
  24. #ifndef _IDMMLEIT_
  25.   #undef  _IDMMLEIT_INL_
  26.   #define _IDMMLEIT_INL_ 1
  27.   #include <idmmleit.hpp>
  28. #endif
  29.  
  30.  
  31. #if _IDMMLEIT_INL_
  32.   #define inline
  33. #endif
  34.  
  35.  
  36. /*=========================================================================
  37.   Inlines for IDMMLEItem                                        MAB 07/22 |
  38. =========================================================================*/
  39. inline IString IDMMLEItem :: text() const
  40. {
  41.   return(contents());
  42. }
  43.  
  44. inline unsigned IDMMLEItem :: size() const
  45. {
  46.   return(contentsSize());
  47. }
  48.  
  49. /*=========================================================================
  50. | Inlines for IDMMLEItemHandle                                  MAB 06/14 |
  51. =========================================================================*/
  52.  
  53. #endif // _IDMMLEIT_INL_
  54.