SerfUnlockProcImpl.cxx (3edf6992) SerfUnlockProcImpl.cxx (726e2269)
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

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

22// MARKER(update_precomp.py): autogen include statement, do not remove
23#include "precompiled_ucb.hxx"
24
25#include "SerfTypes.hxx"
26#include "SerfUnlockProcImpl.hxx"
27#include "DAVProperties.hxx"
28
29#include "webdavresponseparser.hxx"
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

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

22// MARKER(update_precomp.py): autogen include statement, do not remove
23#include "precompiled_ucb.hxx"
24
25#include "SerfTypes.hxx"
26#include "SerfUnlockProcImpl.hxx"
27#include "DAVProperties.hxx"
28
29#include "webdavresponseparser.hxx"
30#include <serf/serf.h>
30#include <serf.h>
31#include <rtl/ustrbuf.hxx>
31#include <rtl/ustrbuf.hxx>
32#include <apr/apr_strings.h>
32#include <apr_strings.h>
33
34namespace http_dav_ucp
35{
36
37SerfUnlockProcImpl::SerfUnlockProcImpl( const char* inSourcePath,
38 const DAVRequestHeaders& inRequestHeaders,
39 const ucb::Lock& inLock,
40 const char* inLockToken )

--- 52 unchanged lines hidden ---
33
34namespace http_dav_ucp
35{
36
37SerfUnlockProcImpl::SerfUnlockProcImpl( const char* inSourcePath,
38 const DAVRequestHeaders& inRequestHeaders,
39 const ucb::Lock& inLock,
40 const char* inLockToken )

--- 52 unchanged lines hidden ---