diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 08:36:47 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 08:36:47 +0000 |
commit | 4b80211e8b3d0c1a2d0e27bf266081d9870c84bf (patch) | |
tree | 3cf0ad4a46251279b8606ea856006cdeb4978af7 /ucb | |
parent | b1ce6dee1dbc9b636093c54eff067da37a591e47 (diff) |
INTEGRATION: CWS uno4 (1.12.54); FILE MERGED
2003/05/08 12:39:40 kso 1.12.54.1: #i13771# - fixed getTypes() member function implementation.
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/DAVSession.hxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/ucb/source/ucp/webdav/DAVSession.hxx b/ucb/source/ucp/webdav/DAVSession.hxx index 5667c679cf74..b706f3c4eeb7 100644 --- a/ucb/source/ucp/webdav/DAVSession.hxx +++ b/ucb/source/ucp/webdav/DAVSession.hxx @@ -2,9 +2,9 @@ * * $RCSfile: DAVSession.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: kso $ $Date: 2002-10-24 11:59:12 $ + * last change: $Author: vg $ $Date: 2003-05-22 09:36:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -246,12 +246,7 @@ private: oslInterlockedCount m_nRefCount; friend class DAVSessionFactory; -#if defined WNT - friend struct std::auto_ptr< DAVSession >; - // work around compiler bug... -#else // WNT friend class std::auto_ptr< DAVSession >; -#endif // WNT }; }; // namespace webdav_ucp |