diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-08-08 09:19:36 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-08-08 09:19:36 -0400 |
| commit | 8a46452a700fa5a8d6fc3bd9308bf483cd715de1 (patch) | |
| tree | ef548e9fb3b2f715fed9f765120a4cc00c0a7abb /node/Service.hpp | |
| parent | 20f8668c286b2991f5eb1984dde6a8a76434d12d (diff) | |
| download | infinitytier-8a46452a700fa5a8d6fc3bd9308bf483cd715de1.tar.gz infinitytier-8a46452a700fa5a8d6fc3bd9308bf483cd715de1.zip | |
Move template parameter in Thread to a more logical scope location.
Diffstat (limited to 'node/Service.hpp')
| -rw-r--r-- | node/Service.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Service.hpp b/node/Service.hpp index 0b00d81d..d8467cd1 100644 --- a/node/Service.hpp +++ b/node/Service.hpp @@ -114,7 +114,7 @@ public: private: const RuntimeEnvironment *_r; - Thread<Service> _thread; + Thread _thread; std::string _path; std::string _name; void *_arg; |
