From 041eeb633c55dcf98c361b14d3e0c1bd3e9eecd2 Mon Sep 17 00:00:00 2001 From: Matej Sekoranja Date: Fri, 1 Jul 2011 14:58:26 +0200 Subject: [PATCH] monitors fixed --- pvAccessApp/remoteClient/clientContextImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvAccessApp/remoteClient/clientContextImpl.cpp b/pvAccessApp/remoteClient/clientContextImpl.cpp index b1dfc86..81fc9f2 100644 --- a/pvAccessApp/remoteClient/clientContextImpl.cpp +++ b/pvAccessApp/remoteClient/clientContextImpl.cpp @@ -1984,7 +1984,7 @@ namespace epics { PVStructure::shared_pointer m_pvRequest; - auto_ptr m_monitorStrategy; + std::tr1::shared_ptr m_monitorStrategy; ChannelMonitorImpl(ChannelImpl::shared_pointer const & channel, MonitorRequester::shared_pointer const & monitorRequester, PVStructure::shared_pointer const & pvRequest) : BaseRequestImpl(channel, static_pointer_cast(monitorRequester)),