Include accumulators on statistics engine in order to centralize and ease asXML....
[anna.git] / example / diameter / launcher / testing / TestStep.cpp
index 018dfcd..cb1b0f9 100644 (file)
@@ -152,7 +152,7 @@ namespace {
 
     bool result = true;
     try {
-      messageCodec.setEngine(NULL); // perhaps we will need another codec engine ...
+      messageCodec.clear();
       messageCodec.decode(message);
     }
     catch (anna::RuntimeException &ex) {