00001 //----------------------------------------------------------------------------- 00002 /** @file search.cpp 00003 @see search.h 00004 00005 $Id: search_8cpp-source.html,v 1.1.1.1 2003/08/07 19:41:39 emarkus Exp $ 00006 $Source: /usr/cvsroot/www_pathfind/libpathfind/0.1.0/doc/search_8cpp-source.html,v $ 00007 */ 00008 //----------------------------------------------------------------------------- 00009 00010 #include "search.h" 00011 00012 using namespace PathFind; 00013 00014 //----------------------------------------------------------------------------- 00015 00016 Search::Search() 00017 { 00018 m_nodesLimit = -1; 00019 } 00020 00021 Search::~Search() 00022 { 00023 ; 00024 } 00025 00026 //-----------------------------------------------------------------------------