DAVResourceAccess.hxx (59ddfc10) DAVResourceAccess.hxx (c5b3447d)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 114 unchanged lines hidden (view full) ---

123
124 com::sun::star::uno::Reference< com::sun::star::io::XInputStream >
125 GET( const std::vector< rtl::OUString > & rHeaderNames, // empty == 'all'
126 DAVResource & rResource,
127 const com::sun::star::uno::Reference<
128 com::sun::star::ucb::XCommandEnvironment > & xEnv )
129 throw ( DAVException );
130
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 114 unchanged lines hidden (view full) ---

123
124 com::sun::star::uno::Reference< com::sun::star::io::XInputStream >
125 GET( const std::vector< rtl::OUString > & rHeaderNames, // empty == 'all'
126 DAVResource & rResource,
127 const com::sun::star::uno::Reference<
128 com::sun::star::ucb::XCommandEnvironment > & xEnv )
129 throw ( DAVException );
130
131 com::sun::star::uno::Reference< com::sun::star::io::XInputStream >
132 GET( DAVRequestHeaders & rRequestHeaders,
133 const std::vector< rtl::OUString > & rHeaderNames, // empty == 'all'
134 DAVResource & rResource,
135 const com::sun::star::uno::Reference<
136 com::sun::star::ucb::XCommandEnvironment > & xEnv )
137 throw ( DAVException );
138
131 void
132 GET( com::sun::star::uno::Reference<
133 com::sun::star::io::XOutputStream > & rStream,
134 const std::vector< rtl::OUString > & rHeaderNames, // empty == 'all'
135 DAVResource & rResource,
136 const com::sun::star::uno::Reference<
137 com::sun::star::ucb::XCommandEnvironment > & xEnv )
138 throw ( DAVException );

--- 101 unchanged lines hidden ---
139 void
140 GET( com::sun::star::uno::Reference<
141 com::sun::star::io::XOutputStream > & rStream,
142 const std::vector< rtl::OUString > & rHeaderNames, // empty == 'all'
143 DAVResource & rResource,
144 const com::sun::star::uno::Reference<
145 com::sun::star::ucb::XCommandEnvironment > & xEnv )
146 throw ( DAVException );

--- 101 unchanged lines hidden ---