AprEnv.hxx (a3a81cda) AprEnv.hxx (fdf35928)
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_APRENV_HXX
24#define INCLUDED_APRENV_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_APRENV_HXX
24#define INCLUDED_APRENV_HXX
25
26#ifdef OS2 // use system apr headers
27#include <apr_pools.h>
26#include <apr_pools.h>
28#else
29#include <apr/apr_pools.h>
30#endif
31
32namespace apr_environment
33{
34
35// singleton class providing environment for APR libraries
36class AprEnv
37{
38 public:

--- 16 unchanged lines hidden ---
27
28namespace apr_environment
29{
30
31// singleton class providing environment for APR libraries
32class AprEnv
33{
34 public:

--- 16 unchanged lines hidden ---