diff -r 26b6f0522fd8 -r 8110bf1194d1 secureswitools/swisistools/source/dbmanager/dbprocessor.h --- a/secureswitools/swisistools/source/dbmanager/dbprocessor.h Mon May 03 12:38:03 2010 +0300 +++ b/secureswitools/swisistools/source/dbmanager/dbprocessor.h Fri May 14 15:58:48 2010 +0300 @@ -188,6 +188,8 @@ void BindBinary(int aParameterIndex, const std::string &aParameterStr); + void BindBinary(int aParameterIndex, const std::wstring &aParameterStr); + /** Resets this SQL statement object to its initial state and makes it ready to be executed again. Any SQL statement parameters that had values bound to them, retain their values.