summaryrefslogtreecommitdiff
path: root/Ivycpp.h
diff options
context:
space:
mode:
authorbustico2013-06-21 16:54:18 +0000
committerbustico2013-06-21 16:54:18 +0000
commit81c59db04899b607c1a55b9d729c77c26c8f2754 (patch)
treec0d35b036d66ed4556a4f8eaf95ee3bcae14d715 /Ivycpp.h
parenta312b9bb47a7ff3bcaf2c771e24382a0a9b279cb (diff)
downloadivy-cplusplus-81c59db04899b607c1a55b9d729c77c26c8f2754.zip
ivy-cplusplus-81c59db04899b607c1a55b9d729c77c26c8f2754.tar.gz
ivy-cplusplus-81c59db04899b607c1a55b9d729c77c26c8f2754.tar.bz2
ivy-cplusplus-81c59db04899b607c1a55b9d729c77c26c8f2754.tar.xz
* add new pong callback introduced by ivy-c 3.14
* remove compilation warning
Diffstat (limited to 'Ivycpp.h')
-rw-r--r--Ivycpp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ivycpp.h b/Ivycpp.h
index 86e1075..b00882d 100644
--- a/Ivycpp.h
+++ b/Ivycpp.h
@@ -58,6 +58,7 @@ public:
static void SetBindCallback(IvyBindingCallback* bind_callback );
+ static void SetPongCallback(IvyC::IvyPongCallback pong_callback);
static void SetFilter( int argc, const char **argv );
static void start(const char *domain);
static void stop();