Revision: 6445
          http://playerstage.svn.sourceforge.net/playerstage/?rev=6445&view=rev
Author:   robotos
Date:     2008-05-16 07:49:50 -0700 (Fri, 16 May 2008)

Log Message:
-----------
Remove inline that may break some compilers

Modified Paths:
--------------
    code/gazebo/trunk/server/Entity.cc

Modified: code/gazebo/trunk/server/Entity.cc
===================================================================
--- code/gazebo/trunk/server/Entity.cc  2008-05-16 07:02:32 UTC (rev 6444)
+++ code/gazebo/trunk/server/Entity.cc  2008-05-16 14:49:50 UTC (rev 6445)
@@ -149,7 +149,7 @@
 
 
////////////////////////////////////////////////////////////////////////////////
 // Return whether this entity is static
-inline bool Entity::IsStatic() const
+bool Entity::IsStatic() const
 {
   return this->isStatic;
 }


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to