projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de8baeb
)
Namespace fix.
author
Kevin Lim
<ktlim@umich.edu>
Sat, 22 Apr 2006 22:16:18 +0000
(18:16 -0400)
committer
Kevin Lim
<ktlim@umich.edu>
Sat, 22 Apr 2006 22:16:18 +0000
(18:16 -0400)
base/timebuf.hh:
namespace fix.
--HG--
extra : convert_revision :
38e880b9394cf2923e2fb9775368cd93d719f950
base/timebuf.hh
patch
|
blob
|
history
diff --git
a/base/timebuf.hh
b/base/timebuf.hh
index 435803fae01cf0017c880023d5892ccb058cdd09..f6b5b2781cbf4d710318d09443c4e0986b75f0cc 100644
(file)
--- a/
base/timebuf.hh
+++ b/
base/timebuf.hh
@@
-31,8
+31,6
@@
#include <vector>
-using namespace std;
-
template <class T>
class TimeBuffer
{
@@
-42,7
+40,7
@@
class TimeBuffer
int size;
char *data;
- vector<char *> index;
+
std::
vector<char *> index;
int base;
void valid(int idx)