diff options
author | Nathan Binkert <binkertn@umich.edu> | 2007-02-21 10:15:17 -0800 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2007-02-21 10:15:17 -0800 |
commit | 3fb3616be4bc68c15aa67df0b93d6b0f790acd16 (patch) | |
tree | 170fe7e85bbaaa8a8424c5cec126a2b4004186d0 /src/base/stats/text.hh | |
parent | 5000c4d878f9bee395a593f450adcf85267e320f (diff) | |
download | gem5-3fb3616be4bc68c15aa67df0b93d6b0f790acd16.tar.xz |
Fix majory brokenness in my previous MySQL commit, basically
this is just a shuffling around of code and fixes to make
stuff commit properly
--HG--
extra : convert_revision : a057f7fe4962cfc6200781ff66d2c26bf9c6eb8c
Diffstat (limited to 'src/base/stats/text.hh')
-rw-r--r-- | src/base/stats/text.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/base/stats/text.hh b/src/base/stats/text.hh index 0516bc60d..781d1083d 100644 --- a/src/base/stats/text.hh +++ b/src/base/stats/text.hh @@ -72,6 +72,9 @@ class Text : public Output // Implement Output virtual bool valid() const; virtual void output(); + + // Implement Event Output + virtual void event(const std::string &event) {} }; bool initText(const std::string &filename, bool desc=true, bool compat=true); |