INTEGRATION: CWS kso13 (1.3.216); FILE MERGED
2005/01/06 09:09:19 kso 1.3.216.2: #i39925# - Adapted to API changes in updated neon version. 2005/01/06 09:01:58 kso 1.3.216.1: #i39925# - Adapted to API changes in updated neon version.
This commit is contained in:
parent
6290dfacf9
commit
f64289593f
2 changed files with 4 additions and 26 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: LockEntrySequence.hxx,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: kso $ $Date: 2002-08-22 11:37:30 $
|
||||
* last change: $Author: obo $ $Date: 2005-01-27 12:12:54 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -62,10 +62,6 @@
|
|||
#ifndef _LOCKENTRYSEQUENCE_HXX_
|
||||
#define _LOCKENTRYSEQUENCE_HXX_
|
||||
|
||||
#ifndef NE_XML_H
|
||||
#include <neon/ne_xml.h>
|
||||
#endif
|
||||
|
||||
#ifndef _RTL_STRING_HXX_
|
||||
#include <rtl/string.hxx>
|
||||
#endif
|
||||
|
@ -76,18 +72,11 @@
|
|||
#include <com/sun/star/ucb/LockEntry.hpp>
|
||||
#endif
|
||||
|
||||
#ifndef _DAVTYPES_HXX_
|
||||
#include "DAVTypes.hxx"
|
||||
#endif
|
||||
|
||||
namespace webdav_ucp
|
||||
{
|
||||
|
||||
class LockEntrySequence
|
||||
{
|
||||
private:
|
||||
static const ne_xml_elm elements[];
|
||||
|
||||
public:
|
||||
static bool createFromXML( const rtl::OString & rInData,
|
||||
com::sun::star::uno::Sequence<
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: LockSequence.hxx,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: kso $ $Date: 2002-08-22 11:37:31 $
|
||||
* last change: $Author: obo $ $Date: 2005-01-27 12:13:25 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -62,10 +62,6 @@
|
|||
#ifndef _LOCKSEQUENCE_HXX_
|
||||
#define _LOCKSEQUENCE_HXX_
|
||||
|
||||
#ifndef NE_XML_H
|
||||
#include <neon/ne_xml.h>
|
||||
#endif
|
||||
|
||||
#ifndef _RTL_STRING_HXX_
|
||||
#include <rtl/string.hxx>
|
||||
#endif
|
||||
|
@ -76,18 +72,11 @@
|
|||
#include <com/sun/star/ucb/Lock.hpp>
|
||||
#endif
|
||||
|
||||
#ifndef _DAVTYPES_HXX_
|
||||
#include "DAVTypes.hxx"
|
||||
#endif
|
||||
|
||||
namespace webdav_ucp
|
||||
{
|
||||
|
||||
class LockSequence
|
||||
{
|
||||
private:
|
||||
static const ne_xml_elm elements[];
|
||||
|
||||
public:
|
||||
static bool createFromXML( const rtl::OString & rInData,
|
||||
com::sun::star::uno::Sequence<
|
||||
|
|
Loading…
Reference in a new issue