home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / yacl-012.zip / ui / containr.cxx < prev    next >
C/C++ Source or Header  |  1995-04-04  |  2KB  |  59 lines

  1.  
  2.  
  3. /*
  4.  *
  5.  *          Copyright (C) 1994, M. A. Sridhar
  6.  *  
  7.  *
  8.  *     This software is Copyright M. A. Sridhar, 1994. You are free
  9.  *     to copy, modify or distribute this software  as you see fit,
  10.  *     and to use  it  for  any  purpose, provided   this copyright
  11.  *     notice and the following   disclaimer are included  with all
  12.  *     copies.
  13.  *
  14.  *                        DISCLAIMER
  15.  *
  16.  *     The author makes no warranties, either expressed or implied,
  17.  *     with respect  to  this  software, its  quality, performance,
  18.  *     merchantability, or fitness for any particular purpose. This
  19.  *     software is distributed  AS IS.  The  user of this  software
  20.  *     assumes all risks  as to its quality  and performance. In no
  21.  *     event shall the author be liable for any direct, indirect or
  22.  *     consequential damages, even if the  author has been  advised
  23.  *     as to the possibility of such damages.
  24.  *
  25.  */
  26.  
  27. #if defined(__GNUC__)
  28. #pragma implementation
  29. #endif
  30.  
  31.  
  32. // -------------------------- containr.cxx ---------------------------
  33.  
  34. // --------- Don't change the order of includes between these lines -------
  35. #include "base/seqimp.cxx"
  36. #include "base/setimp.cxx"
  37.  
  38. #include "ui/fontdesc.h"
  39. #include "ui/containr.h"
  40. // --------- Don't change the order of includes between these lines -------
  41. // --------- Otherwise, GNU C will break ----------------------------------
  42.  
  43. #if defined(__GNUC__)
  44. template class CL_Sequence <UI_Point>;
  45. template class CL_Set <UI_Point>;
  46. template class CL_SetIterator <UI_Point>;
  47. template class CL_Iterator <UI_Point>;
  48. #endif
  49.  
  50.  
  51. #if defined(__GNUC__)
  52. template class CL_Sequence<UI_FontInfo>;
  53. template class CL_Basics<UI_FontInfo>;
  54. #endif
  55.  
  56. typedef CL_Sequence<UI_FontInfo> FontInfoSeq;
  57.  
  58.  
  59.