[svn] commit: r912 - in /trunk: doc/Doxyfile src/lib/config/cpp/ccsession.h src/lib/config/documentation.txt

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Feb 22 16:06:48 UTC 2010


Author: jelte
Date: Mon Feb 22 16:06:48 2010
New Revision: 912

Log:
text description on how to use config stuff

Added:
    trunk/src/lib/config/documentation.txt
Modified:
    trunk/doc/Doxyfile
    trunk/src/lib/config/cpp/ccsession.h

Modified: trunk/doc/Doxyfile
==============================================================================
--- trunk/doc/Doxyfile (original)
+++ trunk/doc/Doxyfile Mon Feb 22 16:06:48 2010
@@ -568,7 +568,7 @@
 # directories like "/usr/src/myproject". Separate the files or directories
 # with spaces.
 
-INPUT                  = ../src/lib/cc/cpp
+INPUT                  = ../src/lib/cc/cpp ../src/lib/config/cpp
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is

Modified: trunk/src/lib/config/cpp/ccsession.h
==============================================================================
--- trunk/src/lib/config/cpp/ccsession.h (original)
+++ trunk/src/lib/config/cpp/ccsession.h Mon Feb 22 16:06:48 2010
@@ -85,6 +85,7 @@
      */
     void set_command_handler(isc::data::ElementPtr(*command_handler)(isc::data::ElementPtr command)) { command_handler_ = command_handler; };
 
+    const ElementPtr getConfig() { return config_; }
 private:
     void read_module_specification(const std::string& filename);
     




More information about the bind10-changes mailing list