diff options
author | Jose <jose@zeroc.com> | 2012-10-15 19:08:37 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2012-10-15 19:08:37 +0200 |
commit | b686c08672e2ff3880bfc41c556c8107d16bd0ca (patch) | |
tree | b09ffac533f008b292443a14cff909d0c9acfda5 /cpp/src/Ice/EndpointI.h | |
parent | Fixed Windows build (diff) | |
download | ice-b686c08672e2ff3880bfc41c556c8107d16bd0ca.tar.bz2 ice-b686c08672e2ff3880bfc41c556c8107d16bd0ca.tar.xz ice-b686c08672e2ff3880bfc41c556c8107d16bd0ca.zip |
WinRT fixes
Diffstat (limited to 'cpp/src/Ice/EndpointI.h')
-rw-r--r-- | cpp/src/Ice/EndpointI.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/EndpointI.h b/cpp/src/Ice/EndpointI.h index 4d367f4b951..3dce9a7162a 100644 --- a/cpp/src/Ice/EndpointI.h +++ b/cpp/src/Ice/EndpointI.h @@ -220,6 +220,8 @@ private: bool _destroyed; std::deque<ResolveEntry> _queue; ObserverHelperT<Ice::Instrumentation::ThreadObserver> _observer; +#else + const InstancePtr _instance; #endif }; |