diff options
author | Mark Spruiell <mes@zeroc.com> | 2015-11-12 11:05:17 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2015-11-12 11:05:17 -0800 |
commit | 0b68ac9e368f8a838f8fa30731342a2e12dfc9aa (patch) | |
tree | 7f223d7629d67dbb041eb07721df209c69097cf7 /cpp/src | |
parent | CONFIGURARTION -> CONFIGURATION (diff) | |
download | ice-0b68ac9e368f8a838f8fa30731342a2e12dfc9aa.tar.bz2 ice-0b68ac9e368f8a838f8fa30731342a2e12dfc9aa.tar.xz ice-0b68ac9e368f8a838f8fa30731342a2e12dfc9aa.zip |
adding registerIceBT
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceBT/PluginI.cpp | 11 |
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. // |