This commit is contained in:
kvisco%ziplink.net 2000-03-17 08:06:57 +00:00
Родитель 89a53ff20c
Коммит 82269daa7d
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -131,6 +131,7 @@ class String : public MITREObject
String(const String& source); //Create a copy of the source string
String(const char* source); //Create a string from the characters
String(const UNICODE_CHAR* source);
String(const UNICODE_CHAR* source, Int32 length);
~String(); //Destroy the string, and free memory