Use proper namespace for iostream classes
[AXE.git] / demos / doodle3.cpp
index 8c176b1..9323538 100644 (file)
@@ -5,7 +5,7 @@
 ***********************
 **      FILE NAME      : doodle2.cpp
 **      SYSTEM NAME    : AXE - Andromeda X-windows Encapsulation
-**      VERSION NUMBER : $Revision: 1.1 $
+**      VERSION NUMBER : $Revision: 1.2 $
 **
 **  DESCRIPTION      :  Doodle is an exmaple application to demonstrate
 **                      the functions in AXE as a tutorial.
 
 /*****************************
    $Log: doodle3.cpp,v $
-   Revision 1.1  2002-07-25 08:01:18  arjen
+   Revision 1.2  2002-11-04 07:44:45  arjen
+   Use proper namespace for iostream classes
+   Use local header files and not the installed ones.
+
+   Revision 1.1  2002/07/25 08:01:18  arjen
    First checkin, AXE release 0.2
 
 *****************************/
 
-static const char *RCSID = "$Id: doodle3.cpp,v 1.1 2002-07-25 08:01:18 arjen Exp $";
+static const char *RCSID = "$Id: doodle3.cpp,v 1.2 2002-11-04 07:44:45 arjen Exp $";
 
-#include <AXE/xappl.h>
+#include "xappl.h"
 
 class doodle_view : public window
 {