Revision: 7394
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7394&view=rev
Author:   natepak
Date:     2009-03-09 02:20:29 +0000 (Mon, 09 Mar 2009)

Log Message:
-----------
Fixed simIface

Modified Paths:
--------------
    code/branches/federation/gazebo/libgazebo/Server.cc
    code/branches/federation/gazebo/libgazebo/SimIface.cc

Modified: code/branches/federation/gazebo/libgazebo/Server.cc
===================================================================
--- code/branches/federation/gazebo/libgazebo/Server.cc 2009-03-09 02:15:32 UTC 
(rev 7393)
+++ code/branches/federation/gazebo/libgazebo/Server.cc 2009-03-09 02:20:29 UTC 
(rev 7394)
@@ -107,7 +107,7 @@
     {
       int pid;
       if (fscanf(fp, "%d", &pid) != 0)
-        std::cerr << "Error\n";
+        std::cerr << "Error in libgazebo Server.\n";
 
       fclose(fp);
       std::cout << "found a pid file: pid=" << pid << "\n";

Modified: code/branches/federation/gazebo/libgazebo/SimIface.cc
===================================================================
--- code/branches/federation/gazebo/libgazebo/SimIface.cc       2009-03-09 
02:15:32 UTC (rev 7393)
+++ code/branches/federation/gazebo/libgazebo/SimIface.cc       2009-03-09 
02:20:29 UTC (rev 7394)
@@ -23,7 +23,7 @@
   this->Unlock();
 
   printf("Create Thread\n");
-  /*boost::thread *thread = new boost::thread( 
+/*  boost::thread *thread = new boost::thread( 
       boost::bind(&SimulationIface::BlockThread, this, boost::_1)(100) );
       */
 


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

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to