usata-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Usata-commits] Changes to usata2/src/objects/top-nodes.cpp


From: David Lau
Subject: [Usata-commits] Changes to usata2/src/objects/top-nodes.cpp
Date: Sat, 15 Jan 2005 14:17:36 -0500

Index: usata2/src/objects/top-nodes.cpp
diff -u usata2/src/objects/top-nodes.cpp:1.5 
usata2/src/objects/top-nodes.cpp:1.6
--- usata2/src/objects/top-nodes.cpp:1.5        Tue Jan 11 19:10:12 2005
+++ usata2/src/objects/top-nodes.cpp    Sat Jan 15 19:17:35 2005
@@ -10,7 +10,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: top-nodes.cpp,v 1.5 2005/01/11 19:10:12 skunix Exp $
+// $Id: top-nodes.cpp,v 1.6 2005/01/15 19:17:35 skunix Exp $
 
 
 #include "top-nodes.hpp"
@@ -107,7 +107,9 @@
 void
 GuiNode::update()
 {
-
+       for_each(children.begin(), children.end(),
+                               bind(&Object::update, bind(&Object_sp::get,
+                                       bind(&Child::second, _1))));
 }
 bool
 GuiNode::query(Node::Query qtype, int& i)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]