text.hh (7460:41550bb10e08) text.hh (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2004-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;

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

70
71 // Implement Output
72 virtual bool valid() const;
73 virtual void output();
74};
75
76bool initText(const std::string &filename, bool desc);
77
1/*
2 * Copyright (c) 2004-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;

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

70
71 // Implement Output
72 virtual bool valid() const;
73 virtual void output();
74};
75
76bool initText(const std::string &filename, bool desc);
77
78/* namespace Stats */ }
78} // namespace Stats
79
80#endif // __BASE_STATS_TEXT_HH__
79
80#endif // __BASE_STATS_TEXT_HH__