Revision: 40788
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40788&view=rev
Author:   davidloman
Date:     2010-09-29 11:55:01 +0000 (Wed, 29 Sep 2010)

Log Message:
-----------
Make ControlledThread::run() public to facilitate standalone app mode. this 
allows execution of the run() fn with the calling thread instead of the 
ControlledThread that the ::run() belongs to.

Modified Paths:
--------------
    rt^3/trunk/include/ControlledThread.h

Modified: rt^3/trunk/include/ControlledThread.h
===================================================================
--- rt^3/trunk/include/ControlledThread.h       2010-09-29 11:53:11 UTC (rev 
40787)
+++ rt^3/trunk/include/ControlledThread.h       2010-09-29 11:55:01 UTC (rev 
40788)
@@ -33,6 +33,7 @@
        virtual ~ControlledThread();
 
        void start();
+       void run();
 
        void shutdown();
        void terminate();
@@ -44,7 +45,6 @@
        virtual bool postStartupHook();
 
        virtual bool preRunHook();
-       void run();
        virtual void _run();
        virtual void _runLoopPass();
        virtual bool postRunHook();


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to