| 
      
      
      From: Jonathan P. <jp...@us...> - 2004-10-30 15:55:31
      
     | 
| Update of /cvsroot/sheepengine/sheep/src/framework In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31142/src/framework Modified Files: iframeworkapp.h Log Message: dictoon's remaining changes : - htmlstream removed - ProgressMonitor renamed to IProgressMonitor - ConsoleProgressMonitor no longer single-line - misc const improvements - BinaryStream rewritten - Stopwatch class Index: iframeworkapp.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/framework/iframeworkapp.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** iframeworkapp.h 19 Jun 2004 10:56:16 -0000 1.5 --- iframeworkapp.h 30 Oct 2004 15:55:08 -0000 1.6 *************** *** 43,49 **** //! The application should make no assumption about ! //! the OpenGL state at construction. IFrameworkApp(); ! virtual ~IFrameworkApp() = 0; //! This method provides the application a way to display a help screen --- 43,49 ---- //! The application should make no assumption about ! //! OpenGL state at construction. IFrameworkApp(); ! virtual ~IFrameworkApp() = 0 {} //! This method provides the application a way to display a help screen |