[svn] commit: r128 - in /experiments/jelte-configuration: data.cc data.h

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Oct 27 22:42:32 UTC 2009


Author: mgraff
Date: Tue Oct 27 22:42:32 2009
New Revision: 128

Log:
checkpoint; add to_wire() placeholder

Modified:
    experiments/jelte-configuration/data.cc
    experiments/jelte-configuration/data.h

Modified: experiments/jelte-configuration/data.cc
==============================================================================
--- experiments/jelte-configuration/data.cc (original)
+++ experiments/jelte-configuration/data.cc Tue Oct 27 22:42:32 2009
@@ -428,6 +428,14 @@
     }
 }
 
+//
+// Encode into wire format.
+//
+void
+to_wire(std::ostream &ss)
+{
+}
+
 bool
 MapElement::find(const std::string& id, ElementPtr& t) {
     ElementPtr p;

Modified: experiments/jelte-configuration/data.h
==============================================================================
--- experiments/jelte-configuration/data.h (original)
+++ experiments/jelte-configuration/data.h Tue Oct 27 22:42:32 2009
@@ -191,6 +191,11 @@
         // it doesnt exist or one of the elements in the path is not
         // a MapElement)
         bool find(const std::string& id, ElementPtr& t);
+
+        //
+        // Encode into the CC wire format.
+        //
+	void to_wire(std::ostream &ss);
     };
 
 } }




More information about the bind10-changes mailing list