At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel
------------------------------------------------------------
revno: 338
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
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"
| Thread |
|---|
| • Rev 338: Added listeners.i in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel | Monty Taylor | 6 Dec |