/[projects]/smsdaemon/ConfigFile.h
ViewVC logotype

Diff of /smsdaemon/ConfigFile.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 202 by torben, Thu Dec 18 23:29:23 2008 UTC revision 205 by torben, Fri Dec 19 22:29:25 2008 UTC
# Line 55  public: Line 55  public:
55          Value const& GetValue(std::string const& section, std::string const& entry, std::string const& value);          Value const& GetValue(std::string const& section, std::string const& entry, std::string const& value);
56  };  };
57    
58    namespace ConfigHelper
59    {
60            std::map<std::string, std::string> ParseArguments(const std::string& args);
61            int StringToInt(const std::string& input);
62    }
63    
64  #endif  #endif
65    

Legend:
Removed from v.202  
changed lines
  Added in v.205

  ViewVC Help
Powered by ViewVC 1.1.20