--- parser3/src/include/pa_string.h 2003/03/24 17:12:33 1.144.2.28.2.32 +++ parser3/src/include/pa_string.h 2003/03/25 09:34:53 1.144.2.28.2.33 @@ -8,7 +8,7 @@ #ifndef PA_STRING_H #define PA_STRING_H -static const char* IDENT_STRING_H="$Date: 2003/03/24 17:12:33 $"; +static const char* IDENT_STRING_H="$Date: 2003/03/25 09:34:53 $"; // includes @@ -54,6 +54,7 @@ public: explicit StringBody(const char* str, size_t length): body(CORD_EMPTY) { append(str, length); } + explicit StringBody(int value); void clear() { body=CORD_EMPTY; }