Add deployment for ADML agent with http interface
[anna.git] / example / diameter / launcher / Launcher.hpp
index c97fe7b..a74ef39 100644 (file)
@@ -104,7 +104,7 @@ public:
 
 
   MyCommunicator *getCommunicator() throw() { return a_communicator; }
-  void eventOperation(const std::string &, std::string &) throw(anna::RuntimeException);
+  bool eventOperation(const std::string &, std::string &) throw(anna::RuntimeException); // returns success/failed
   void forceCountersRecord() throw(anna::RuntimeException) { if (a_counterRecorderClock) a_counterRecorderClock->tick(); }
   void logStatisticsSamples(const std::string &conceptsList) throw();