At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/telco-6.3
------------------------------------------------------------
revno: 277
revision-id: mtay...@mysql.com-20071206093433-htxkc59oyduyxxqm
parent: mtay...@mysql.com-20071206092543-j1uszi1i9l3eeatj
parent: mtay...@mysql.com-20071206093411-l49lujad5ttjlgl4
committer: Monty Taylor <mtay...@mysql.com>
branch nick: telco-6.3
timestamp: Thu 2007-12-06 01:34:33 -0800
message:
Merged.
added:
interface/mgmapi/listeners.i listeners.i-20071206093408-6ticvi29uuy4a6dl-1
------------------------------------------------------------
revno: 192.1.25.1.107.1.14
revision-id: mtay...@mysql.com-20071206093411-l49lujad5ttjlgl4
parent: mtay...@mysql.com-20071206092504-9g8pgo8xgmtan7gz
committer: Monty Taylor <mtay...@mysql.com>
branch nick: devel
timestamp: Thu 2007-12-06 01:34:11 -0800
message:
Added listeners.i
added:
interface/mgmapi/listeners.i
listeners.i-20071206093408-6ticvi29uuy4a6dl-1
=== added file 'interface/mgmapi/listeners.i'
--- a/interface/mgmapi/listeners.i 1970-01-01 00:00:00 +0000
+++ b/interface/mgmapi/listeners.i 2007-12-06 09:34:11 +0000
@@ -0,0 +1,27 @@
+%import "mgmapi/mgmglobals.i"
+%import "mgmapi/NdbLogEvent.i"
+%import "mgmapi/events.i"
+%import "mgmapi/NdbLogEventManager.i"
+
+%{
+
+#include <stdio.h>
+#include <vector>
+
+#undef PACKAGE
+#undef PACKAGE_NAME
+#undef PACKAGE_STRING
+#undef PACKAGE_TARNAME
+#undef PACKAGE_VERSION
+#undef VERSION
+
+#include "config.h"
+#include "ndb_init.h"
+#include "storage/ndb/mgmapi/mgmapi.h"
+#include "mgmapi_debug.h"
+#include "listeners.hpp"
+#include "events.hpp"
+
+%}
+
+%include "listeners.hpp"