Ignore:
Timestamp:
2001-01-26T07:26:45+13:00 (23 years ago)
Author:
cs025
Message:

Included CORBA branch for first time

File:
1 edited

Legend:

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

    r1495 r1860  
    2222 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2323 *
     24 * $Id$
     25 *
    2426 *********************************************************************/
    2527
     28/*
     29   $Log$
     30   Revision 1.24  2001/01/25 18:26:44  cs025
     31   Included CORBA branch for first time
     32
     33   Revision 1.17.2.1  2000/04/04 15:02:28  cs025
     34   Corba first commit
     35
     36   Revision 1.17  2000/02/29 21:00:38  sjboddie
     37   fixed some compiler warnings
     38
     39   Revision 1.16  1999/11/25 21:53:08  sjboddie
     40   fixed bug in logout
     41
     42   Revision 1.15  1999/09/24 02:25:35  rjmcnab
     43   removed limitation on the number of arguments that a macro can have
     44
     45   Revision 1.14  1999/09/07 04:57:41  sjboddie
     46   added gpl notice
     47
     48   Revision 1.13  1999/08/31 07:59:11  rjmcnab
     49   Generalised spaces to unicode spaces, added ability to automatically detect
     50   whether the input file is Unicode or UTF-8 and read the file in the
     51   appropriate way, and improved the error messages slightly.
     52
     53   Revision 1.12  1999/07/21 20:46:12  rjmcnab
     54   fixed small bug
     55
     56   Revision 1.11  1999/07/21 07:26:30  rjmcnab
     57   Added more operators to _If_, changed quoting of parameters so that
     58   ' can be used to quote but it is removed, and made slight optimisation
     59   so that macros that don't contain other macros aren't expanded.
     60
     61   Revision 1.10  1999/03/01 20:39:54  sjboddie
     62
     63   Added eq and ne functionality to _If_
     64
     65   Revision 1.9  1999/03/01 01:18:09  sjboddie
     66
     67   Fixed bug in _If_ when value being tested was only one character
     68   long (e.g. "0" or "1")
     69
     70   Revision 1.8  1999/02/28 23:15:29  rjmcnab
     71
     72   Made _If_ recognise 'false' and '0' as being false.
     73
     74   Revision 1.7  1999/02/08 01:26:11  rjmcnab
     75
     76   Improved the error reporting.
     77
     78   Revision 1.6  1999/01/19 08:30:23  rjmcnab
     79
     80   Added a method to determine whether a macro has been defined.
     81
     82   Revision 1.5  1999/01/19 01:38:12  rjmcnab
     83
     84   Made the source more portable.
     85
     86   Revision 1.4  1999/01/12 01:50:57  rjmcnab
     87
     88   Standard header.
     89
     90   Revision 1.3  1999/01/08 02:33:13  rjmcnab
     91
     92   Added standard header to source files.
     93
     94 */
    2695#include "display.h"
    2796#include "gsdlunicode.h"
     
    15651634    }
    15661635
     1636  // GRB: deal with remaining code properly as it faults
     1637  return false;
     1638
    15671639  if (logout != NULL) {
    15681640    (*logout) << text_t2ascii << "Warning: _" <<
Note: See TracChangeset for help on using the changeset viewer.