inireader.cxx (3cd96b95) inireader.cxx (fb0025db)
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

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

16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22#include <unicode/regex.h>
23#include <unicode/unistr.h>
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

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

16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22#include <unicode/regex.h>
23#include <unicode/unistr.h>
24#include <cstdlib>
24#include <string>
25#include <fstream>
26#include <iostream>
27#include "inireader.hxx"
28
29using namespace std;
30namespace transex3
31{

--- 122 unchanged lines hidden ---
25#include <string>
26#include <fstream>
27#include <iostream>
28#include "inireader.hxx"
29
30using namespace std;
31namespace transex3
32{

--- 122 unchanged lines hidden ---