SerfUri.hxx (e54851fe) SerfUri.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

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

18 * under the License.
19 *
20 *************************************************************/
21
22
23#ifndef INCLUDED_SERFURI_HXX
24#define INCLUDED_SERFURI_HXX
25
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

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

18 * under the License.
19 *
20 *************************************************************/
21
22
23#ifndef INCLUDED_SERFURI_HXX
24#define INCLUDED_SERFURI_HXX
25
26#include <apr-util/apr_uri.h>
26#include <apr_uri.h>
27#include <rtl/ustring.hxx>
28#include "DAVException.hxx"
29
30namespace http_dav_ucp
31{
32
33#define DEFAULT_HTTP_PORT 80
34#define DEFAULT_HTTPS_PORT 443

--- 68 unchanged lines hidden ---
27#include <rtl/ustring.hxx>
28#include "DAVException.hxx"
29
30namespace http_dav_ucp
31{
32
33#define DEFAULT_HTTP_PORT 80
34#define DEFAULT_HTTPS_PORT 443

--- 68 unchanged lines hidden ---