Changeset 111


Ignore:
Timestamp:
1999-01-12T14:51:02+13:00 (25 years ago)
Author:
rjmcnab
Message:

Standard header.

Location:
trunk/gsdl
Files:
3 edited

Legend:

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

    r100 r111  
    1212/*
    1313   $Log$
     14   Revision 1.5  1999/01/12 01:50:59  rjmcnab
     15   Standard header.
     16
    1417   Revision 1.4  1999/01/08 02:33:15  rjmcnab
    1518
     
    1720
    1821 */
    19 
    20 static char *RCSID = "$Id$";
    2122
    2223
     
    3132
    3233#include <stdio.h>
    33 
    34 
    35 
    36 
    37 
    3834
    3935
     
    378374
    379375  size_t charlen = getmapcharlen ();
    380   unsigned short c;
    381   size_t realcharlen;
    382376  while (len > 0) {
    383377    if (charlen == 0) {
  • trunk/gsdl/lib/gsdlunicode.h

    r100 r111  
    5757public:
    5858  rzwsoutconvertclass () {rzws = 0;};
    59   set_rzws (int new_rzws) {rzws = new_rzws;};
     59  void set_rzws (int new_rzws) {rzws = new_rzws;};
    6060
    6161protected:
     
    123123public:
    124124  mapinconvertclass();
     125  virtual ~mapinconvertclass() {};
    125126
    126127  // loadmapfile should be called before any conversion takes
     
    159160public:
    160161  mapoutconvertclass ();
     162  virtual ~mapoutconvertclass() {};
    161163
    162164  // loadmapfile should be called before any conversion takes
  • trunk/gsdl/src/colservr/queryinfo.cpp

    r110 r111  
    1212/*
    1313   $Log$
     14   Revision 1.2  1999/01/12 01:51:02  rjmcnab
     15   Standard header.
     16
    1417   Revision 1.1  1999/01/08 09:02:18  rjmcnab
    1518
     
    1720
    1821 */
    19 
    20 static char *RCSID = "$Id$";
    2122
    2223
Note: See TracChangeset for help on using the changeset viewer.