[Opal-commits] opal/src Simulator.h,1.99,1.100
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-06-19 17:09:25
|
Update of /cvsroot/opal/opal/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13627/src Modified Files: Simulator.h Log Message: New Spaces are now automatically children of the Simulator root Space. Previously, there was no way for new Spaces to be children of the Simulator root Space. Index: Simulator.h =================================================================== RCS file: /cvsroot/opal/opal/src/Simulator.h,v retrieving revision 1.99 retrieving revision 1.100 diff -C2 -d -r1.99 -r1.100 *** Simulator.h 14 Apr 2005 09:15:07 -0000 1.99 --- Simulator.h 19 Jun 2005 17:09:13 -0000 1.100 *************** *** 291,296 **** // SPACES ! /// Creates and returns a pointer to a Space with its parent Space ! /// set to NULL. virtual Space* OPAL_CALL createSpace() = 0; --- 291,296 ---- // SPACES ! /// Creates and returns a pointer to a Space which is a child of ! /// the Simulator's root Space. virtual Space* OPAL_CALL createSpace() = 0; |