netconf service work

This commit is contained in:
Adam Ierymenko 2013-08-01 17:32:37 -04:00
parent 8d30d51cf3
commit 741642ba53
5 changed files with 110 additions and 1 deletions

View file

@ -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();