--- parser3/src/main/pa_string.C 2001/03/29 15:00:22 1.53 +++ parser3/src/main/pa_string.C 2001/03/29 15:36:16 1.54 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_string.C,v 1.53 2001/03/29 15:00:22 paf Exp $ + $Id: pa_string.C,v 1.54 2001/03/29 15:36:16 paf Exp $ */ #include "pa_config_includes.h" @@ -386,4 +386,8 @@ String& String::piece(size_t start, size } while(chunk); break2: return result; +} + +size_t String::pos(const String& substr) const { + return 0; } \ No newline at end of file