diff options
Diffstat (limited to 'cpp/src/Ice/ServantManager.cpp')
-rw-r--r-- | cpp/src/Ice/ServantManager.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/Ice/ServantManager.cpp b/cpp/src/Ice/ServantManager.cpp index 21a49cab273..c1d3b7aa736 100644 --- a/cpp/src/Ice/ServantManager.cpp +++ b/cpp/src/Ice/ServantManager.cpp @@ -19,6 +19,9 @@ using namespace Ice; using namespace IceInternal; void IceInternal::incRef(ServantManager* p) { p->__incRef(); } +#ifdef __BCPLUSPLUS__ +ICE_API +#endif void IceInternal::decRef(ServantManager* p) { p->__decRef(); } void |