summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon/DAVSession.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav-neon/DAVSession.hxx')
-rw-r--r--ucb/source/ucp/webdav-neon/DAVSession.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/ucb/source/ucp/webdav-neon/DAVSession.hxx b/ucb/source/ucp/webdav-neon/DAVSession.hxx
index 033cb3749ed4..c75ce7ecf98a 100644
--- a/ucb/source/ucp/webdav-neon/DAVSession.hxx
+++ b/ucb/source/ucp/webdav-neon/DAVSession.hxx
@@ -210,12 +210,7 @@ private:
oslInterlockedCount m_nRefCount;
friend class DAVSessionFactory;
-#if defined ( _MSC_VER ) && _MSC_VER < 1310
- friend struct std::auto_ptr< DAVSession >;
- // work around compiler bug...
-#else // WNT
- friend class std::auto_ptr< DAVSession >;
-#endif // WNT
+ friend struct std::default_delete< DAVSession >;
};
} // namespace webdav_ucp