summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/DAVSession.hxx
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2000-11-13 14:20:30 +0000
committerKai Sommerfeld <kso@openoffice.org>2000-11-13 14:20:30 +0000
commit53bc271f6b7a74a00845755d72648dd6c284aa8f (patch)
tree32378dbc50578ddabf5e2b2de63ad19587a3c2a7 /ucb/source/ucp/webdav/DAVSession.hxx
parent92bc0b3c793d220ffa46f8273bd30309acc491e3 (diff)
Added: Support for HTTP URL's
Fixed: Misc smaller bugs.
Diffstat (limited to 'ucb/source/ucp/webdav/DAVSession.hxx')
-rw-r--r--ucb/source/ucp/webdav/DAVSession.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/DAVSession.hxx b/ucb/source/ucp/webdav/DAVSession.hxx
index bad4e3971d38..c799cd2d3524 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.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: kso $ $Date: 2000-10-16 14:55:20 $
+ * last change: $Author: kso $ $Date: 2000-11-13 15:20:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,6 +91,11 @@ public:
// DAV methods
//
+ virtual void OPTIONS( const ::rtl::OUString & inUri,
+ DAVCapabilities & outCapabilities,
+ const com::sun::star::uno::Reference<
+ com::sun::star::ucb::XCommandEnvironment >& inEnv ) = 0;
+
virtual void PROPFIND( const ::rtl::OUString & inUri,
const Depth inDepth,
const std::vector< ::rtl::OUString > & inPropertyNames,