Index: trunk/ab5.0/jenga/include/common/String.h
===================================================================
--- trunk/ab5.0/jenga/include/common/String.h	(revision 467)
+++ trunk/ab5.0/jenga/include/common/String.h	(revision 472)
@@ -11,4 +11,6 @@
 bool IsExistString( const Jenga::Common::Strings &strings, const std::string &findStr );
 
+std::string& StringReplace( std::string& str, const std::string sb, const std::string sa );
+
 }
 }
