/[usata]/usata2/src/scene-manager.cpp
ViewVC logotype

Diff of /usata2/src/scene-manager.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by skunix, Sun Jan 9 09:39:56 2005 UTC revision 1.12 by skunix, Mon Jan 10 20:10:20 2005 UTC
# Line 165  SceneManager::add_child(const Object_sp& Line 165  SceneManager::add_child(const Object_sp&
165          x->parent(this);          x->parent(this);
166          return;          return;
167  }  }
168    /*
169  void  void
170  SceneManager::add_child(const Object_sp& pObj, std::string& path)  SceneManager::add_child(const Object_sp& pObj, std::string& path)
171  {  {
# Line 195  SceneManager::add_child(const Object_sp& Line 196  SceneManager::add_child(const Object_sp&
196          child_interface->add_child(pObj, cpy);          child_interface->add_child(pObj, cpy);
197          return;          return;
198  }  }
199    */
200  Object_sp  Object_sp
201  SceneManager::get_child(const std::string& name)  SceneManager::get_child(const std::string& name)
202  {  {

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26