Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r1172 - trunk/Interface


Chronological Thread 
  • From: abe@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r1172 - trunk/Interface
  • Date: Sun, 13 Aug 2006 18:37:37 -0600 (MDT)

Author: abe
Date: Sun Aug 13 18:37:36 2006
New Revision: 1172

Modified:
   trunk/Interface/MantaInterface.h
Log:

Updated beginRendering() function declaration.

M    MantaInterface.h


Modified: trunk/Interface/MantaInterface.h
==============================================================================
--- trunk/Interface/MantaInterface.h    (original)
+++ trunk/Interface/MantaInterface.h    Sun Aug 13 18:37:36 2006
@@ -4,6 +4,8 @@
 
 #include <Interface/Callback.h>
 #include <Interface/Transaction.h>
+#include <SCIRun/Core/Exceptions/Exception.h>
+
 #include <sgi_stl_warnings_off.h>
 #include <string>
 #include <vector>
@@ -148,7 +150,7 @@
     virtual TValue<int>& numWorkers() = 0;
 
     // Control
-    virtual void beginRendering(bool blockUntilFinished) = 0;
+    virtual void beginRendering(bool blockUntilFinished) throw 
(SCIRun::Exception&) = 0;
     virtual void blockUntilFinished() = 0;
 
     // Control




  • [MANTA] r1172 - trunk/Interface, abe, 08/13/2006

Archive powered by MHonArc 2.6.16.

Top of page