X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Ftimex%2FArithmeticHTTPServer%2FReactor.hpp;h=949db9057acec660e96fa70213077052eb2eaf49;hp=c913091417b05af9bb24dcad35ec2a76ef6d7961;hb=7ee10b64f4c116460ffef5784eb9ef87d3f2339c;hpb=1a1b334a0d2b023bd778f0a19665cc9017dbc94a 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"; }