summaryrefslogtreecommitdiff
path: root/node/Service.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-08-01 17:32:37 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-08-01 17:32:37 -0400
commit741642ba531e487c18c8139c4a2e9510eed0466d (patch)
tree8722e1ca4d49dcb74be2429bdbe65b396aeed7c2 /node/Service.hpp
parent8d30d51cf3925007a4f773928b62269836228b44 (diff)
downloadinfinitytier-741642ba531e487c18c8139c4a2e9510eed0466d.tar.gz
infinitytier-741642ba531e487c18c8139c4a2e9510eed0466d.zip
netconf service work
Diffstat (limited to 'node/Service.hpp')
-rw-r--r--node/Service.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/node/Service.hpp b/node/Service.hpp
index 8b9407e7..c8b729c7 100644
--- a/node/Service.hpp
+++ b/node/Service.hpp
@@ -72,7 +72,11 @@ public:
* @param handler Handler function to call when service generates output
* @param arg First argument to service
*/
- Service(const RuntimeEnvironment *renv,const char *name,const char *path,void (*handler)(void *,Service &,const Dictionary &),void *arg);
+ Service(const RuntimeEnvironment *renv,
+ const char *name,
+ const char *path,
+ void (*handler)(void *,Service &,const Dictionary &),
+ void *arg);
virtual ~Service();