From 1896b8417ed737de4b67e032bd0c41db98a3eb7b Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 31 Aug 2003 21:13:50 +0000 Subject: [PATCH] Converted cout's messages to use notify. --- src/osgDB/DatabasePager.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/osgDB/DatabasePager.cpp b/src/osgDB/DatabasePager.cpp index 39abdf159..b1c1d0554 100644 --- a/src/osgDB/DatabasePager.cpp +++ b/src/osgDB/DatabasePager.cpp @@ -3,6 +3,7 @@ #include #include #include +#include #ifdef WIN32 #include @@ -32,7 +33,7 @@ DatabasePager::~DatabasePager() // then wait for the the thread to stop running. while(isRunning()) { - std::cout<<"Waiting for RenderSurface to cancel"<