Use proper namespace for iostream classes
[AXE.git] / src / display.h
index cc65b94..cd57035 100644 (file)
@@ -5,7 +5,7 @@
 ***********************
 **      FILE NAME      : display.h
 **      SYSTEM NAME    : AXE - Andromeda X-windows Encapsulation
-**      VERSION NUMBER : $Revision: 1.1 $
+**      VERSION NUMBER : $Revision: 1.2 $
 **
 **  DESCRIPTION      : Definition of display class 
 **
 
 /*****************************
    $Log: display.h,v $
-   Revision 1.1  2002-07-25 08:01:26  arjen
+   Revision 1.2  2002-11-04 07:24:31  arjen
+   Use proper namespace for iostream classes
+
+   Revision 1.1  2002/07/25 08:01:26  arjen
    First checkin, AXE release 0.2
 
 *****************************/
 
-/* static const char *RCSID = "$Id: display.h,v 1.1 2002-07-25 08:01:26 arjen Exp $"; */
+/* static const char *RCSID = "$Id: display.h,v 1.2 2002-11-04 07:24:31 arjen Exp $"; */
 
 #ifndef _DISPLAY_H
 #define _DISPLAY_H
 
-#include <iostream.h>
+#include <iostream>
 #include <X11/Xlib.h>
 
 /*