types.hxx (ed2f6d3b) types.hxx (5dc019ce)
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

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

24#ifndef TYPES_HXX_INCLUDED
25#define TYPES_HXX_INCLUDED
26
27#include <string>
28#include <map>
29#include <utility>
30#include <vector>
31#include <stack>
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

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

24#ifndef TYPES_HXX_INCLUDED
25#define TYPES_HXX_INCLUDED
26
27#include <string>
28#include <map>
29#include <utility>
30#include <vector>
31#include <stack>
32#ifdef OS2
33#include <zlib.h>
34#include <minizip/ioapi.h>
35#else
32#include <external/zlib/zlib.h>
33#include <external/zlib/ioapi.h>
36#include <external/zlib/zlib.h>
37#include <external/zlib/ioapi.h>
38#endif
34
35
36typedef std::vector<std::wstring> StringList_t;
37
38//+-------------------------------------------------------------------------
39//
40// Declare: XmlTagAttributes_t, xml tag attribute struct
41// XmlTag_t, xml tag including content and attributes.

--- 50 unchanged lines hidden ---
39
40
41typedef std::vector<std::wstring> StringList_t;
42
43//+-------------------------------------------------------------------------
44//
45// Declare: XmlTagAttributes_t, xml tag attribute struct
46// XmlTag_t, xml tag including content and attributes.

--- 50 unchanged lines hidden ---