X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Ftimex%2FArithmeticHTTPServer%2FReactor.hpp;h=949db9057acec660e96fa70213077052eb2eaf49;hb=61f81319bb14f08094488e8a2478ff4e0d6d661a;hp=c913091417b05af9bb24dcad35ec2a76ef6d7961;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/example/timex/ArithmeticHTTPServer/Reactor.hpp b/example/timex/ArithmeticHTTPServer/Reactor.hpp index c913091..949db90 100644 --- a/example/timex/ArithmeticHTTPServer/Reactor.hpp +++ b/example/timex/ArithmeticHTTPServer/Reactor.hpp @@ -25,6 +25,7 @@ using namespace anna; class Reactor : public comm::Receiver { public: Reactor () : comm::Receiver ("http4comm::Reactor") {;} + virtual ~Reactor() {;} static const char* className () throw () { return "http4comm::Reactor"; }