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

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

20 *************************************************************/
21
22
23#ifndef INCLUDED_SERFURI_HXX
24#define INCLUDED_SERFURI_HXX
25
26#include <apr_uri.h>
27#include <rtl/ustring.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

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

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

--- 66 unchanged lines hidden ---
29
30namespace http_dav_ucp
31{
32
33#define DEFAULT_HTTP_PORT 80
34#define DEFAULT_HTTPS_PORT 443
35
36// -------------------------------------------------------------------

--- 66 unchanged lines hidden ---