Changeset 7382


Ignore:
Timestamp:
2004-05-24T15:44:50+12:00 (20 years ago)
Author:
mdewsnip
Message:

(Human Info) Added const text_t g_EmptyText("") to use instead of plain ol' "".

Location:
trunk/gsdl/lib
Files:
2 edited

Legend:

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

    r2487 r7382  
    2828/*
    2929   $Log$
     30   Revision 1.22  2004/05/24 03:43:22  mdewsnip
     31   (Human Info) Added const text_t g_EmptyText("") to use instead of plain ol' "".
     32
    3033   Revision 1.21  2001/06/01 02:51:28  sjboddie
    3134   Changes to get phind working under windows
     
    112115
    113116#include "unitool.h"
     117
     118const text_t g_EmptyText("");
    114119
    115120////////////////////////////////////
  • trunk/gsdl/lib/text_t.h

    r2487 r7382  
    7171typedef vector<unsigned short> usvector;
    7272
     73extern const text_t g_EmptyText;
     74
    7375// The class text_t can handle long strings which may contain
    7476// null characters. It uses unsigned shorts to represent up to
Note: See TracChangeset for help on using the changeset viewer.