First steps toward getting full system to work with
[gem5.git] / base / cprintf.hh
index ac34cd25212d3b1c631f497d7ed264943e102eb5..c468c375f8b9b5a83f1c68d3f844879554951a88 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2005 The Regents of The University of Michigan
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
 
 #include <iostream>
 #include <list>
-#include <sstream>
 #include <string>
 
-namespace cp {
-
 #include "base/cprintf_formats.hh"
 
+namespace cp {
+
 class ArgList
 {
   private:
@@ -89,6 +88,7 @@ class ArgList
 
   public:
     ArgList() : stream(&std::cout) {}
+    ~ArgList();
 
     template<class T>
     void append(const T &data) {