summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/InstrumentationI.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-10-08 16:40:05 +0200
committerBenoit Foucher <benoit@zeroc.com>2012-10-08 16:40:05 +0200
commit584067449d1685602179d14570bbef1d160198ca (patch)
tree4d04010f9a682314b9d287e3a4e05dccc7445adb /cpp/src/Ice/InstrumentationI.h
parentRemove auto_ptr instances introduced in mx branch (diff)
downloadice-584067449d1685602179d14570bbef1d160198ca.tar.bz2
ice-584067449d1685602179d14570bbef1d160198ca.tar.xz
ice-584067449d1685602179d14570bbef1d160198ca.zip
Fixed Win32 build issues, IceStorm test failure
Diffstat (limited to 'cpp/src/Ice/InstrumentationI.h')
-rw-r--r--cpp/src/Ice/InstrumentationI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/InstrumentationI.h b/cpp/src/Ice/InstrumentationI.h
index 523cf6186fe..9f363016a00 100644
--- a/cpp/src/Ice/InstrumentationI.h
+++ b/cpp/src/Ice/InstrumentationI.h
@@ -39,7 +39,7 @@ public:
virtual Ice::Instrumentation::ObserverPtr getRemoteObserver(const Ice::ConnectionInfoPtr&, const Ice::EndpointPtr&);
};
-class CommunicatorObserverI : public Ice::Instrumentation::CommunicatorObserver
+class ICE_API CommunicatorObserverI : public Ice::Instrumentation::CommunicatorObserver
{
public: