inifile.cc (5544:65b27e939646) inifile.cc (8229:78bf55f23338)
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Nathan Binkert
29 * Steve Reinhardt
30 */
31
32#include <fstream>
33#include <iostream>
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Nathan Binkert
29 * Steve Reinhardt
30 */
31
32#include <fstream>
33#include <iostream>
34#include <vector>
35#include <string>
34#include <string>
35#include <vector>
36
37#include "base/inifile.hh"
38#include "base/str.hh"
39
40using namespace std;
41
42IniFile::IniFile()
43{}

--- 284 unchanged lines hidden ---
36
37#include "base/inifile.hh"
38#include "base/str.hh"
39
40using namespace std;
41
42IniFile::IniFile()
43{}

--- 284 unchanged lines hidden ---