celestia/src/celengine/dsoname.cpp

22 lines
422 B
C++

//
// C++ Implementation: dsoname
//
// Description:
//
//
// Author: Toti <root@totibox>, (C) 2005
//
// Copyright: See COPYING file that comes with this distribution
//
//
#include <celengine/dsoname.h>
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);
}