// // C++ Interface: dsoname // // Description: // // // Author: Toti , (C) 2005 // // Copyright: See COPYING file that comes with this distribution // // #ifndef _DSONAME_H_ #define _DSONAME_H_ #include #include class DSONameDatabase: public NameDatabase { public: DSONameDatabase() {}; uint32 findCatalogNumberByName(const std::string&) const; }; #endif // _DSONAME_H_