X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=pc-tools%2Fldc2%2Fsrc%2Fconfiguration_manager.cpp;h=74d2f19fcb856cb27748a119c71eb87a61b2d32d;hb=d65ad4d76066646927175a9896fe348bc0691e68;hp=3194ec3eec3e029740acffe8ee5b1cc8d9ad4e9f;hpb=fed2c751d37bf5e314fd26c98909471157cc86c0;p=h316.git diff --git a/pc-tools/ldc2/src/configuration_manager.cpp b/pc-tools/ldc2/src/configuration_manager.cpp index 3194ec3..74d2f19 100644 --- a/pc-tools/ldc2/src/configuration_manager.cpp +++ b/pc-tools/ldc2/src/configuration_manager.cpp @@ -1,3 +1,17 @@ +/****************************************************************************** + * + * LDC2 source code + * + * $Date: 2007/03/26 01:00:38 $ + * $Author: hachti $ + * + * $Log: configuration_manager.cpp,v $ + * Revision 2.0 2007/03/26 01:00:38 hachti + * *** empty log message *** + * + * + ******************************************************************************/ + #include "configuration_manager.hh" #include #include @@ -25,8 +39,8 @@ configuration_manager::configuration_manager(string name){ * output_file in --output_file= *\param description A detailed description of the value. *\param status Pointer to an integer. Will be set to 1 if arg found. - *\target Pointer to string to put the value in. - *\placeholder A placeholder for the documentation. + *\param target Pointer to string to put the value in. + *\param placeholder A placeholder for the documentation. * For example in -f */ void configuration_manager::add_option_value (const string & shortname,