X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=pc-tools%2Fldc2%2Fsrc%2Fconfiguration_manager.hh;h=0858c9bab2f1139958aca2de29c4ab798f70c093;hb=ea78fc91fca804d41e7caf94025a4616e4f2daad;hp=60a215d05725523ae350b870b1d5827b1813d01f;hpb=909d36034504f2511a5bc4ef7e50d407964e247a;p=h316.git diff --git a/pc-tools/ldc2/src/configuration_manager.hh b/pc-tools/ldc2/src/configuration_manager.hh index 60a215d..0858c9b 100644 --- a/pc-tools/ldc2/src/configuration_manager.hh +++ b/pc-tools/ldc2/src/configuration_manager.hh @@ -1,3 +1,17 @@ +/****************************************************************************** + * + * LDC2 source code + * + * $Date: 2007/03/26 01:00:38 $ + * $Author: hachti $ + * + * $Log: configuration_manager.hh,v $ + * Revision 2.0 2007/03/26 01:00:38 hachti + * *** empty log message *** + * + * + ******************************************************************************/ + #ifndef ARGUMENT_READER_H #define ARGUMENT_READER_H @@ -128,6 +142,7 @@ protected: // members protected: // methods string analyse_string(const string & line); bool analyse_bool(const string & data); + bool analyse_bool_false(const string & data); }; // class configuration_manager