diff options
Diffstat (limited to 'soltools')
-rw-r--r-- | soltools/giparser/st_gilrw.cxx | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/soltools/giparser/st_gilrw.cxx b/soltools/giparser/st_gilrw.cxx index b0eb37db1d4e..bc03cf4cc5f0 100644 --- a/soltools/giparser/st_gilrw.cxx +++ b/soltools/giparser/st_gilrw.cxx @@ -107,76 +107,4 @@ ST_InfoListReader::CloseList() aListStack.pop_back(); } - -#if 0 -ST_InfoListWriter::ST_InfoListWriter() -{ - -} - -ST_InfoListWriter::~ST_InfoListWriter() - -bool -ST_InfoListWriter::SaveList( const Simstr & i_sFileName, - List_GenericInfo & io_rList ) -{ - -} - -E_Error -ST_InfoListWriter::GetLastError() const -{ - return dpParser->GetLastError(o_pErrorLine); -} - -bool -ST_InfoListWriter::Start_CurList() -{ - -} - -bool -ST_InfoListWriter::NextOf_CurList() -{ - -} - -void -ST_InfoListWriter::Get_CurKey( char * o_rKey ) const -{ - -} - -void -ST_InfoListWriter::Get_CurValue( char * o_rValue ) const -{ - -} - -void -ST_InfoListWriter::Get_CurComment( char * o_rComment ) const -{ - -} - -bool -ST_InfoListWriter::HasSubList_CurKey() const -{ - -} - -void -ST_InfoListWriter::Push_CurList() -{ - -} - -void -ST_InfoListWriter::Pop_CurList() -{ - -} -#endif - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |