Ignore:
Timestamp:
1999-01-08T15:33:16+13:00 (25 years ago)
Author:
rjmcnab
Message:

Added standard header to source files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/lib/text_t.cpp

    r94 r100  
    1 /**************************************************************************
     1/**********************************************************************
    22 *
    33 * text_t.cpp -- a simple 16-bit charater string class
    4  * Copyright (c) 1998 -- Rodger McNab
     4 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * This program is free software; you can redistribute it and/or modify
    7  * it under the terms of the GNU General Public License as published by
    8  * the Free Software Foundation; either version 2 of the License, or
    9  * (at your option) any later version.
    10  *
    11  * This program is distributed in the hope that it will be useful,
    12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    14  * GNU General Public License for more details.
    15  *
    16  * You should have received a copy of the GNU General Public License
    17  * along with this program; if not, write to the Free Software
    18  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     6 * PUT COPYRIGHT NOTICE HERE
    197 *
    208 * $Id$
    219 *
    22  **************************************************************************/
     10 *********************************************************************/
    2311
    2412/*
    2513   $Log$
    26    Revision 1.2  1999/01/04 03:32:17  rjmcnab
    27 
    28    Wrote general map file based in and out converters. Fixed bugs related
    29    to Chinese charater searching. text_t now has a encoding attribute. Added
    30    an encoding option to the preferences.
    31 
    32    Revision 1.1  1998/11/17 09:11:29  rjmcnab
    33 
    34    moved display.cpp, display.h, text_t.cpp and text_t.h from the src/library
    35    directory
    36 
    37    Revision 1.1.1.1  1998/11/17 01:11:06  sjboddie
    38    Imported sources
    39 
    40    Revision 1.7  1998/06/24 01:50:08  rjmcnab
    41    Added stuff for the objectspace libraries
    42 
    43    Revision 1.6  1998/06/22 22:11:14  rjmcnab
    44    Added copy operator = for ints and c-strings for efficiency
    45    Added some general functions for dealing with text_ts
    46 
    47    Revision 1.5  1998/06/18 23:53:52  rjmcnab
    48    added '+' operator for concatenation
    49    removed global declaration of ascii2text_t and text_t2ascii
    50      (too unfriendly for threads)
    51    added support for integers
    52 
    53    Revision 1.4  1998/06/17 04:52:32  rjmcnab
    54    added support for arrays of characters
    55 
    56    Revision 1.3  1998/06/17 02:09:42  rjmcnab
    57    added getcstr
    58 
    59    Revision 1.2  1998/06/15 22:01:19  rjmcnab
    60    fixed a few bugs
    61 
    62    Revision 1.1  1998/06/13 20:08:34  rjmcnab
    63    Initial revision
    64 
    65 */
     14   Revision 1.3  1999/01/08 02:33:16  rjmcnab
     15
     16   Added standard header to source files.
     17
     18 */
    6619
    6720static char *RCSID = "$Id$";
    6821
     22
     23#include "text_t.h"
    6924
    7025#ifndef USE_OBJECTSPACE
     
    7530
    7631
    77 #include "text_t.h"
    7832#include "unitool.h"
    7933
Note: See TracChangeset for help on using the changeset viewer.