Trying out a solution KKona

This commit is contained in:
Rasmus Karlsson
2018-07-07 13:51:01 +02:00
parent 6bf7ba1ebe
commit 55269587f5
3 changed files with 42 additions and 37 deletions
+4 -1
View File
@@ -20,7 +20,10 @@ public:
int timeoutMS_ = -1;
NetworkTimer() = default;
~NetworkTimer() = default;
~NetworkTimer()
{
this->timer_.release();
}
NetworkTimer(const NetworkTimer &other) = delete;
NetworkTimer &operator=(const NetworkTimer &other) = delete;