home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / yacl-012.zip / base / setdef.h < prev    next >
C/C++ Source or Header  |  1995-04-08  |  2KB  |  68 lines

  1.  
  2.  
  3. #ifndef _setdef_h_ /* Thu Nov  4 12:26:55 1993 */
  4. #define _setdef_h_
  5.  
  6.  
  7.  
  8.  
  9.  
  10. /*
  11.  *
  12.  *          Copyright (C) 1994, M. A. Sridhar
  13.  *  
  14.  *
  15.  *     This software is Copyright M. A. Sridhar, 1994. You are free
  16.  *     to copy, modify or distribute this software  as you see fit,
  17.  *     and to use  it  for  any  purpose, provided   this copyright
  18.  *     notice and the following   disclaimer are included  with all
  19.  *     copies.
  20.  *
  21.  *                        DISCLAIMER
  22.  *
  23.  *     The author makes no warranties, either expressed or implied,
  24.  *     with respect  to  this  software, its  quality, performance,
  25.  *     merchantability, or fitness for any particular purpose. This
  26.  *     software is distributed  AS IS.  The  user of this  software
  27.  *     assumes all risks  as to its quality  and performance. In no
  28.  *     event shall the author be liable for any direct, indirect or
  29.  *     consequential damages, even if the  author has been  advised
  30.  *     as to the possibility of such damages.
  31.  *
  32.  */
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39. // 
  40. // class CL_StringSet: public CL_Set<CL_String> {
  41. // 
  42. // public:
  43. //     //
  44. //     // ------------------------- Basic methods --------------------
  45. //     //
  46. //     CL_Object* Clone () const
  47. //         {return new CL_Set<CL_String> (*this);};
  48. //     // Override the method inherited from {\small\tt CL_Object}.
  49. //     
  50. //     const char* ClassName() const {return "CL_StringSet";};
  51. //     // Override the method inherited from {\small\tt CL_Object}.
  52. //     
  53. //     CL_ClassId ClassId() const
  54. //         { return _CL_StringSet_CLASSID;};
  55. //     // Override the method inherited from {\small\tt CL_Object}.
  56. // 
  57. // 
  58. // 
  59. //     // -------------------- End public protocol ---------------------------
  60. // 
  61. // };
  62.  
  63.  
  64.  
  65.  
  66.  
  67. #endif
  68.