00001 // 00002 // C++ Implementation: dsoname 00003 // 00004 // Description: 00005 // 00006 // 00007 // Author: Toti <root@totibox>, (C) 2005 00008 // 00009 // Copyright: See COPYING file that comes with this distribution 00010 // 00011 // 00012 00013 #include <celengine/dsoname.h> 00014 00015 using namespace std; 00016 00017 //NOTE: this could be expanded in the near future, so we place it here: 00018 uint32 DSONameDatabase::findCatalogNumberByName(const string& name) const 00019 { 00020 return getCatalogNumberByName(name); 00021 }
1.4.1