/[usata]/usata2/src/objects/top-nodes.cpp
ViewVC logotype

Diff of /usata2/src/objects/top-nodes.cpp

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

revision 1.5 by skunix, Tue Jan 11 19:10:12 2005 UTC revision 1.6 by skunix, Sat Jan 15 19:17:35 2005 UTC
# Line 107  GuiNode::draw() Line 107  GuiNode::draw()
107  void  void
108  GuiNode::update()  GuiNode::update()
109  {  {
110            for_each(children.begin(), children.end(),
111                                    bind(&Object::update, bind(&Object_sp::get,
112                                            bind(&Child::second, _1))));
113  }  }
114  bool  bool
115  GuiNode::query(Node::Query qtype, int& i)  GuiNode::query(Node::Query qtype, int& i)

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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