secureswitools/swisistools/source/dbmanager/dbprocessor.h
changeset 33 8110bf1194d1
parent 0 ba25891c3a9e
child 50 c6e8afe0ba85
--- 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.