X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FProgramOptions.ih;h=27b11f617e94ef7371cfec4e7ce3de388e8d0fc7;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=7bbbf0cc3131b935e1b6573227bfacdb9fda2d5e;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Console/ProgramOptions.ih b/senf/Utils/Console/ProgramOptions.ih index 7bbbf0c..27b11f6 100644 --- a/senf/Utils/Console/ProgramOptions.ih +++ b/senf/Utils/Console/ProgramOptions.ih @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2008 +// Copyright (C) 2008 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -30,12 +30,12 @@ #include #include "Parse.hh" -///////////////////////////////ih.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace console { namespace detail { - + #ifndef DOXYGEN class ProgramOptionsSource : public ConfigSource @@ -48,10 +48,10 @@ namespace detail { template ProgramOptionsSource & nonOptions(Container & container); ProgramOptionsSource & alias(char letter, std::string const & longOpt, bool withArg=false); - + private: ProgramOptionsSource(int argc, char const ** argv); - + virtual void v_parse(RestrictedExecutor & executor); void parseLongOption(std::string const & arg, RestrictedExecutor & executor); @@ -84,7 +84,7 @@ namespace detail { }; typedef std::map ShortOptions; - + int argc_; char const ** argv_; CommandParser parser_; @@ -96,7 +96,7 @@ namespace detail { }}} -///////////////////////////////ih.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #endif