home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / include / iaeqkey.inl < prev    next >
Encoding:
Text File  |  1996-02-22  |  1.8 KB  |  53 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. // IAEqualityKeyCollection
  20. // -----------------------
  21.  
  22. // public members
  23.  
  24. template <class Element, class Key>
  25. inline
  26. IAEqualityKeyCollection <Element, Key>::
  27. IAEqualityKeyCollection (INotifier& notifier)
  28. { SetImpl ((Implementation*)¬ifier);
  29. }
  30.  
  31. template <class Element, class Key>
  32. inline
  33. IAEqualityKeyCollection <Element, Key>::
  34. ~IAEqualityKeyCollection ()
  35. {
  36. }
  37.  
  38. // protected members
  39.  
  40. template <class Element, class Key>
  41. inline
  42. IAEqualityKeyCollection <Element, Key>::
  43. IAEqualityKeyCollection ()
  44. {
  45. }
  46.  
  47. template <class Element, class Key>
  48. inline
  49. IAEqualityKeyCollection <Element, Key>::
  50. IAEqualityKeyCollection (IAEqualityKeyCollection <Element, Key> const&)
  51. {
  52. }
  53.