libt2n: (gerd) command handling, unit-test still bailing out
[libt2n] / src / container.hxx
index 90053c6..8491926 100644 (file)
@@ -22,6 +22,8 @@
 #include "command.hxx"
 #include "t2n_exception.hxx"
 
+#include <iostream>
+
 namespace libt2n
 {
 
@@ -92,6 +94,7 @@ class command_container
         template<class Archive>
         void serialize(Archive & ar, const unsigned int version)
         {
+            std::cerr << "ser: command_container" << std::endl;
             ar & BOOST_SERIALIZATION_NVP(cmd);
         }