Revision: 7897
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7897&view=rev
Author:   rtv
Date:     2009-06-25 01:17:47 +0000 (Thu, 25 Jun 2009)

Log Message:
-----------
tracking websim API changes

Modified Paths:
--------------
    code/stage/trunk/webstage/webstage.cc

Modified: code/stage/trunk/webstage/webstage.cc
===================================================================
--- code/stage/trunk/webstage/webstage.cc       2009-06-25 01:03:24 UTC (rev 
7896)
+++ code/stage/trunk/webstage/webstage.cc       2009-06-25 01:17:47 UTC (rev 
7897)
@@ -23,7 +23,7 @@
            const std::string& host, const unsigned short port ) :
     websim::WebSim( host, port ),
     world(world)
-  {
+  {    
   }
   
   virtual ~WebStage()
@@ -584,7 +584,7 @@
   // initialize libstage - call this first
   Stg::Init( &argc, &argv );
 
-  printf( "WebStage built on %s %s\n", PROJECT, VERSION );
+  //printf( "WebStage built on %s %s\n", PROJECT, VERSION );
   
   std::string fedfilename = "";
   std::string host = "localhost";
@@ -638,10 +638,12 @@
   world->Load( worldfilename );
 
   WebStage ws( world, host, port );
-  
+
   if( usefedfile )
         ws.LoadFederationFile( fedfilename );
 
+  ws.Startup( true );
+
   puts( "entering main loop" );
 
   //close program once time has completed


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

------------------------------------------------------------------------------
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to