*** empty log message ***
[h316.git] / pc-tools / ldc2 / src / configuration_manager.hh
index 60a215d05725523ae350b870b1d5827b1813d01f..0858c9bab2f1139958aca2de29c4ab798f70c093 100644 (file)
@@ -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