r460: no message
[ctsim.git] / include / plotfile.h
index 409746965ff014e898bf24e2141b7232451264f3..a11c330b25e865f5ba441dc1d14fa0d98fa74b30 100644 (file)
@@ -7,9 +7,9 @@
 **     Date Started: Dec 2000
 **
 **  This is part of the CTSim program
-**  Copyright (C) 1983-2000 Kevin Rosenberg
+**  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: plotfile.h,v 1.6 2001/01/02 16:02:12 kevin Exp $
+**  $Id: plotfile.h,v 1.8 2001/01/28 19:10:18 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -132,6 +132,8 @@ public:
 
   void printHeaders (std::ostream& os) const;
   void printHeaders (std::ostringstream& os) const;
+  void printHeadersBrief (std::ostream& os) const;
+  void printHeadersBrief (std::ostringstream& os) const;
 };