freebsd-ports/devel/ice/files/patch-cpp-src-IceGrid-RegistryI.cpp
Michael Gmelin 4aff7c172a Update devel/ice, devel/py-ice and devel/php5-ice to 3.6.0
PR:		201143
Differential Revision:	https://reviews.freebsd.org/D2930
Reviewed by:	bapt
Approved by:	bapt
Tested by:	Roger Leigh <rleigh@codelibre.net>
2015-07-13 19:48:31 +00:00

24 lines
440 B
C++

--- cpp/src/IceGrid/RegistryI.cpp.orig 2015-07-03 17:43:25.231459982 +0200
+++ cpp/src/IceGrid/RegistryI.cpp 2015-07-03 17:46:57.991198982 +0200
@@ -48,6 +48,13 @@
using namespace Ice;
using namespace IceGrid;
+namespace IceGrid
+{
+
+ICE_GRID_API void setRegistryPluginFacade(const RegistryPluginFacadePtr&);
+
+}
+
namespace
{
@@ -159,6 +166,7 @@
RegistryI::~RegistryI()
{
+ IceGrid::setRegistryPluginFacade(0);
}
bool