// // C++ Implementation: dsoname // // Description: // // // Author: Toti , (C) 2005 // // Copyright: See COPYING file that comes with this distribution // // #include using namespace std; //NOTE: this could be expanded in the near future, so we place it here: uint32_t DSONameDatabase::findCatalogNumberByName(const string& name) const { return getCatalogNumberByName(name); }