Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

dsoname.cpp

Go to the documentation of this file.
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 }

Generated on Sat Jan 14 22:30:27 2006 for Celestia by  doxygen 1.4.1