netconf service work
This commit is contained in:
parent
8d30d51cf3
commit
741642ba53
5 changed files with 110 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue