Index: trunk/ab5.0/jenga/include/common/Directory.h
===================================================================
--- trunk/ab5.0/jenga/include/common/Directory.h	(revision 639)
+++ trunk/ab5.0/jenga/include/common/Directory.h	(revision 680)
@@ -18,4 +18,6 @@
 	std::string GetFullPath( const std::string &relationPath ) const;
 	std::string GetRelationalPath( const std::string &fullPath ) const;
+
+	void SearchFiles( Jenga::Common::Strings &resultOfFullPath, const std::string &findStr, bool isRecuresive = false ) const;
 };
 
Index: trunk/ab5.0/jenga/include/jenga.h
===================================================================
--- trunk/ab5.0/jenga/include/jenga.h	(revision 639)
+++ trunk/ab5.0/jenga/include/jenga.h	(revision 680)
@@ -4,4 +4,5 @@
 #include "common/BoostSerializationSupport.h"
 #include "common/CmdLine.h"
+#include "common/String.h"
 #include "common/Directory.h"
 #include "common/EasyToken.h"
@@ -12,4 +13,3 @@
 #include "common/Path.h"
 #include "common/SourceTemplate.h"
-#include "common/String.h"
 #include "common/VectorSupporter.h"
