SerfRequestProcessor.hxx (5c7c46a0) | SerfRequestProcessor.hxx (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 --- 12 unchanged lines hidden (view full) --- 21 22 23#ifndef INCLUDED_SERFREQUESTPROCESSOR_HXX 24#define INCLUDED_SERFREQUESTPROCESSOR_HXX 25 26#include <apr_errno.h> 27#include <apr_pools.h> 28 | 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 --- 12 unchanged lines hidden (view full) --- 21 22 23#ifndef INCLUDED_SERFREQUESTPROCESSOR_HXX 24#define INCLUDED_SERFREQUESTPROCESSOR_HXX 25 26#include <apr_errno.h> 27#include <apr_pools.h> 28 |
29#include <serf/serf.h> | 29#include <serf.h> |
30 31#include "DAVTypes.hxx" 32#include "DAVResource.hxx" 33#include "DAVException.hxx" 34 35#include "SerfInputStream.hxx" 36#include <com/sun/star/io/XOutputStream.hpp> 37 --- 145 unchanged lines hidden --- | 30 31#include "DAVTypes.hxx" 32#include "DAVResource.hxx" 33#include "DAVException.hxx" 34 35#include "SerfInputStream.hxx" 36#include <com/sun/star/io/XOutputStream.hpp> 37 --- 145 unchanged lines hidden --- |