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

  1. /**********************************************************************
  2. *                                                                     *
  3. *  IBM(R) VisualAge(TM) for C++ for Windows(R), Version 3.5           *
  4. *                                                                     *
  5. *  PID: 5622-880                                                      *
  6. *  - Licensed Material - Program-Property of IBM                      *
  7. *  (C) Copyright IBM Corp. 1991, 1995 - All Right Reserved.           *
  8. *                                                                     *
  9. *  US Government Users Restricted Rights - Use, duplication or        *
  10. *  disclosure restricted by GSA ADP Schedule Contract with IBM Corp.  *
  11. *                                                                     *
  12. *  VisualAge, and IBM are trademarks or registered trademarks of      *
  13. *  International Business Machines Corporation.                       *
  14. *  Windows is a registered trademark of Microsoft Corporation.        *
  15. *                                                                     *
  16. **********************************************************************/
  17.  
  18. // ----------------
  19. // IBagOnKeyBagImpl
  20. // ----------------
  21.  
  22. // public members
  23.  
  24. template <class Base>
  25. inline void
  26. IBagOnKeyBagImpl <Base>::
  27. operator= (IBagOnKeyBagImpl <Base> const& collection)
  28. { BaseOf (*this).Base::operator= (BaseOf ((Self const&)collection));
  29. }
  30. // ----------------
  31. // IABagOnKeyBagOps
  32. // ----------------
  33.  
  34. // public members
  35.  
  36. template <class Base>
  37. inline
  38. IABagOnKeyBagOps <Base>::
  39. ~IABagOnKeyBagOps ()
  40. {
  41. }
  42.  
  43. // protected members
  44.  
  45. template <class Base>
  46. inline
  47. IABagOnKeyBagOps <Base>::
  48. IABagOnKeyBagOps (IBoolean)
  49. {
  50. }
  51.