From: Markus R. <rol...@us...> - 2007-04-29 16:14:04
|
Update of /cvsroot/simspark/simspark/spark/oxygen/sceneserver In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv4920 Modified Files: Tag: RSGEDIT_FILEREF scenedict.cpp scenedict.h Log Message: - fix typo Index: scenedict.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/oxygen/sceneserver/Attic/scenedict.h,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** scenedict.h 25 Apr 2007 20:28:31 -0000 1.1.2.1 --- scenedict.h 29 Apr 2007 16:14:00 -0000 1.1.2.2 *************** *** 50,54 **** static SceneDict& GetInstance(); ! const FileRef* Loookup(boost::weak_ptr<zeitgeist::Leaf> leaf); void Insert(boost::weak_ptr<zeitgeist::Leaf> leaf, const FileRef& ref); void Clear(); --- 50,54 ---- static SceneDict& GetInstance(); ! const FileRef* Lookup(boost::weak_ptr<zeitgeist::Leaf> leaf); void Insert(boost::weak_ptr<zeitgeist::Leaf> leaf, const FileRef& ref); void Clear(); Index: scenedict.cpp =================================================================== RCS file: /cvsroot/simspark/simspark/spark/oxygen/sceneserver/Attic/scenedict.cpp,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** scenedict.cpp 25 Apr 2007 20:28:31 -0000 1.1.2.1 --- scenedict.cpp 29 Apr 2007 16:14:00 -0000 1.1.2.2 *************** *** 36,40 **** } ! const SceneDict::FileRef* SceneDict::Loookup(boost::weak_ptr<zeitgeist::Leaf> leaf) { if (leaf.expired()) --- 36,40 ---- } ! const SceneDict::FileRef* SceneDict::Lookup(boost::weak_ptr<zeitgeist::Leaf> leaf) { if (leaf.expired()) |