diff options
author | Jose <jose@zeroc.com> | 2016-01-15 10:38:29 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-01-15 10:38:29 +0100 |
commit | 21dbae16917e278c67316ed4a054bc78860abda3 (patch) | |
tree | 34cf05e3856557c314522a88ac24e66b388a0510 /cpp/src/Ice/Initialize.cpp | |
parent | Remove deprecated string converter plug-in (diff) | |
download | ice-21dbae16917e278c67316ed4a054bc78860abda3.tar.bz2 ice-21dbae16917e278c67316ed4a054bc78860abda3.tar.xz ice-21dbae16917e278c67316ed4a054bc78860abda3.zip |
Rename PLUGIN_FACTORY typedef
Diffstat (limited to 'cpp/src/Ice/Initialize.cpp')
-rw-r--r-- | cpp/src/Ice/Initialize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Initialize.cpp b/cpp/src/Ice/Initialize.cpp index a524b3999f7..bdb3f4360ad 100644 --- a/cpp/src/Ice/Initialize.cpp +++ b/cpp/src/Ice/Initialize.cpp @@ -364,7 +364,7 @@ Ice::setProcessLogger(const LoggerPtr& logger) } void -Ice::registerPluginFactory(const std::string& name, PLUGIN_FACTORY factory, bool loadOnInitialize) +Ice::registerPluginFactory(const std::string& name, PluginFactory factory, bool loadOnInitialize) { IceUtilInternal::MutexPtrLock<IceUtil::Mutex> lock(globalMutex); PluginManagerI::registerPluginFactory(name, factory, loadOnInitialize); |