diff options
author | Mark Spruiell <mes@zeroc.com> | 2016-01-19 16:46:11 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2016-01-19 16:46:11 -0800 |
commit | d5dd7c866e9e1dc59dc7e127eb39f641530bf823 (patch) | |
tree | 61771e4f322a7138b643d5325a6d10acea30fb84 /ruby/src/IceRuby/Init.cpp | |
parent | Deprecate ice_name and add ice_id (diff) | |
download | ice-d5dd7c866e9e1dc59dc7e127eb39f641530bf823.tar.bz2 ice-d5dd7c866e9e1dc59dc7e127eb39f641530bf823.tar.xz ice-d5dd7c866e9e1dc59dc7e127eb39f641530bf823.zip |
ICE-6861 - removing public stream API
Diffstat (limited to 'ruby/src/IceRuby/Init.cpp')
-rw-r--r-- | ruby/src/IceRuby/Init.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ruby/src/IceRuby/Init.cpp b/ruby/src/IceRuby/Init.cpp index 2086f163383..6f2978827bd 100644 --- a/ruby/src/IceRuby/Init.cpp +++ b/ruby/src/IceRuby/Init.cpp @@ -17,6 +17,7 @@ #include <Types.h> #include <Connection.h> #include <Endpoint.h> +#include <ValueFactoryManager.h> using namespace std; using namespace IceRuby; @@ -54,6 +55,7 @@ ICE_DECLSPEC_EXPORT Init_IceRuby() initUtil(iceModule); initConnection(iceModule); initEndpoint(iceModule); + initValueFactoryManager(iceModule); } } |