SerfCopyReqProcImpl.cxx (5c7c46a0) | SerfCopyReqProcImpl.cxx (08bb353f) |
---|---|
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 --- 10 unchanged lines hidden (view full) --- 19 * 20 *************************************************************/ 21 22// MARKER(update_precomp.py): autogen include statement, do not remove 23#include "precompiled_ucb.hxx" 24 25#include "SerfCopyReqProcImpl.hxx" 26 | 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 --- 10 unchanged lines hidden (view full) --- 19 * 20 *************************************************************/ 21 22// MARKER(update_precomp.py): autogen include statement, do not remove 23#include "precompiled_ucb.hxx" 24 25#include "SerfCopyReqProcImpl.hxx" 26 |
27#include <serf/serf.h> | 27#include <serf.h> |
28 29namespace http_dav_ucp 30{ 31 32SerfCopyReqProcImpl::SerfCopyReqProcImpl( const char* inSourcePath, 33 const DAVRequestHeaders& inRequestHeaders, 34 const char* inDestinationPath, 35 const bool inOverwrite ) --- 50 unchanged lines hidden --- | 28 29namespace http_dav_ucp 30{ 31 32SerfCopyReqProcImpl::SerfCopyReqProcImpl( const char* inSourcePath, 33 const DAVRequestHeaders& inRequestHeaders, 34 const char* inDestinationPath, 35 const bool inOverwrite ) --- 50 unchanged lines hidden --- |