Revision: 7458
http://playerstage.svn.sourceforge.net/playerstage/?rev=7458&view=rev
Author: natepak
Date: 2009-03-11 00:17:08 +0000 (Wed, 11 Mar 2009)
Log Message:
-----------
Fixed dynamic deletion
Modified Paths:
--------------
code/branches/federation/gazebo/server/rendering/OgreVisual.cc
code/branches/federation/gazebo/server/rendering/OgreVisual.hh
Modified: code/branches/federation/gazebo/server/rendering/OgreVisual.cc
===================================================================
--- code/branches/federation/gazebo/server/rendering/OgreVisual.cc
2009-03-10 23:40:43 UTC (rev 7457)
+++ code/branches/federation/gazebo/server/rendering/OgreVisual.cc
2009-03-11 00:17:08 UTC (rev 7458)
@@ -221,16 +221,7 @@
stream << prefix << "</visual>\n";
}
-
////////////////////////////////////////////////////////////////////////////////
-// Return an unique name for the Visual
-std::string OgreVisual::GetName() const
-{
- return this->sceneNode->getName();
-}
-
-
-////////////////////////////////////////////////////////////////////////////////
/// Attach a renerable object to the visual
void OgreVisual::AttachObject( Ogre::MovableObject *obj)
{
Modified: code/branches/federation/gazebo/server/rendering/OgreVisual.hh
===================================================================
--- code/branches/federation/gazebo/server/rendering/OgreVisual.hh
2009-03-10 23:40:43 UTC (rev 7457)
+++ code/branches/federation/gazebo/server/rendering/OgreVisual.hh
2009-03-11 00:17:08 UTC (rev 7458)
@@ -72,10 +72,6 @@
/// \brief Save the visual
public: void Save(std::string &prefix, std::ostream &stream);
- /// \brief Return an unique name for this object
- /// \return Unique name for the object
- public: std::string GetName() const;
-
/// \brief Set the scale
public: void SetScale( const Vector3 &scale );
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit