00001 // 00002 // C++ Interface: 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 #ifndef _DSONAME_H_ 00014 #define _DSONAME_H_ 00015 00016 #include <celengine/name.h> 00017 #include <celengine/deepskyobj.h> 00018 00019 00020 class DSONameDatabase: public NameDatabase<DeepSkyObject> 00021 { 00022 public: 00023 DSONameDatabase() {}; 00024 00025 00026 uint32 findCatalogNumberByName(const std::string&) const; 00027 }; 00028 00029 #endif // _DSONAME_H_
1.4.1