From: Markus R. <rol...@us...> - 2007-02-09 16:16:31
|
Update of /cvsroot/simspark/simspark/spark/zeitgeist In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv32233 Modified Files: Tag: WIN32 corecontext.h Log Message: - rename getobject to getselection; getobject was already defined as a macro in a windows header Index: corecontext.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/zeitgeist/corecontext.h,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** corecontext.h 5 Dec 2005 20:59:18 -0000 1.1 --- corecontext.h 9 Feb 2007 16:16:22 -0000 1.1.2.1 *************** *** 102,106 **** /** returns the currently selected object */ ! boost::shared_ptr<Leaf> GetObject() const { return mObject; } /** returns the core this context belongs to */ --- 102,106 ---- /** returns the currently selected object */ ! boost::shared_ptr<Leaf> GetSelection() const { return mObject; } /** returns the core this context belongs to */ |