- Timestamp:
 - Mar 11, 2005, 9:30:18 PM (21 years ago)
 - Location:
 - orxonox/branches
 - Files:
 - 
          
- 1 deleted
 - 1 edited
 - 26 copied
 
- 
          sound (deleted)
 - 
          soundEngine (copied) (copied from orxonox/trunk)
 - 
          soundEngine/AUTHORS (copied) (copied from orxonox/trunk/AUTHORS)
 - 
          soundEngine/CODING-STANDARDS (copied) (copied from orxonox/trunk/CODING-STANDARDS)
 - 
          soundEngine/COPYING (copied) (copied from orxonox/trunk/COPYING)
 - 
          soundEngine/ChangeLog (copied) (copied from orxonox/trunk/ChangeLog)
 - 
          soundEngine/IDEAS (copied) (copied from orxonox/trunk/IDEAS)
 - 
          soundEngine/INSTALL (copied) (copied from orxonox/trunk/INSTALL)
 - 
          soundEngine/Makefile.am (copied) (copied from orxonox/trunk/Makefile.am)
 - 
          soundEngine/Makefile.in (copied) (copied from orxonox/trunk/Makefile.in)
 - 
          soundEngine/NEWS (copied) (copied from orxonox/trunk/NEWS)
 - 
          soundEngine/README (copied) (copied from orxonox/trunk/README)
 - 
          soundEngine/TASKS (copied) (copied from orxonox/trunk/TASKS)
 - 
          soundEngine/ToDo (copied) (copied from orxonox/trunk/ToDo)
 - 
          soundEngine/aclocal.m4 (copied) (copied from orxonox/trunk/aclocal.m4)
 - 
          soundEngine/bin (copied) (copied from orxonox/trunk/bin)
 - 
          soundEngine/config.guess (copied) (copied from orxonox/trunk/config.guess)
 - 
          soundEngine/config.h.in (copied) (copied from orxonox/trunk/config.h.in)
 - 
          soundEngine/config.sub (copied) (copied from orxonox/trunk/config.sub)
 - 
          soundEngine/configure (copied) (copied from orxonox/trunk/configure)
 - 
          soundEngine/configure.ac (copied) (copied from orxonox/trunk/configure.ac)
 - 
          soundEngine/depcomp (copied) (copied from orxonox/trunk/depcomp)
 - 
          soundEngine/doc (copied) (copied from orxonox/trunk/doc)
 - 
          soundEngine/install-sh (copied) (copied from orxonox/trunk/install-sh)
 - 
          soundEngine/missing (copied) (copied from orxonox/trunk/missing)
 - 
          soundEngine/mkinstalldirs (copied) (copied from orxonox/trunk/mkinstalldirs)
 - 
          soundEngine/src (copied) (copied from orxonox/trunk/src)
 - 
          soundEngine/src/lib/coord/p_node.cc (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
orxonox/branches/soundEngine/src/lib/coord/p_node.cc
r3488 r3506 304 304 void PNode::setParent (PNode* parent) 305 305 { 306 this->parent = parent;306 parent->addChild(this); 307 307 } 308 308  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






