summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/IceBT/PluginI.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/cpp/src/IceBT/PluginI.cpp b/cpp/src/IceBT/PluginI.cpp
index c95ce5db9e0..064b3bb52d0 100644
--- a/cpp/src/IceBT/PluginI.cpp
+++ b/cpp/src/IceBT/PluginI.cpp
@@ -42,6 +42,17 @@ createIceBT(const CommunicatorPtr& communicator, const string& /*name*/, const S
}
+namespace Ice
+{
+
+ICE_BT_API void
+registerIceBT(bool loadOnInitialize)
+{
+ Ice::registerPluginFactory("IceBT", createIceBT, loadOnInitialize);
+}
+
+}
+
//
// Plugin implementation.
//