Cancel all notify event when teardown connection

This commit is contained in:
vemax78
2013-12-01 22:48:38 +01:00
parent 1459c78143
commit 831d8a6184
2 changed files with 21 additions and 0 deletions

View File

@ -6,6 +6,7 @@
/* SOAP event status*/
#define SOAP_EVENT_STATUS_GENERIC_ERROR -1
#define SOAP_EVENT_STATUS_CANCEL -2
#define SOAP_EVENT_STATUS_RUNNING 0
#define SOAP_EVENT_STATUS_COMPLETE 1