X-Git-Url: http://www.andromeda.nl/gitweb/?a=blobdiff_plain;f=demos%2Fdoodle1.cpp;h=f682e6b4a23a78a040a7fb89c7acfd85491797fe;hb=cd46cb2932bbd3ea44e5359c61edd85b35b10cbd;hp=da00c6922599cdd394a5735d024fd6c9c4f9a5d7;hpb=bdc782f0c70b4661c0bfabd59d303293e4ba5ac8;p=AXE.git diff --git a/demos/doodle1.cpp b/demos/doodle1.cpp index da00c69..f682e6b 100644 --- a/demos/doodle1.cpp +++ b/demos/doodle1.cpp @@ -5,7 +5,7 @@ *********************** ** FILE NAME : doodle1.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. @@ -25,14 +25,18 @@ /***************************** $Log: doodle1.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: doodle1.cpp,v 1.1 2002-07-25 08:01:18 arjen Exp $"; +static const char *RCSID = "$Id: doodle1.cpp,v 1.2 2002-11-04 07:44:45 arjen Exp $"; -#include +#include "xappl.h" class doodle: public xapplication {