This commit is contained in:
Aleksandar Fabijanic
2007-10-31 22:14:32 +00:00
parent dacc28ff55
commit 9a5a611cc1
7 changed files with 98 additions and 34 deletions

View File

@@ -90,6 +90,13 @@ void Binder::bind(std::size_t pos, const Poco::UInt64 &val, Direction dir)
}
#ifndef POCO_LONG_IS_64_BIT
void Binder::bind(std::size_t pos, const long& val, Direction dir)
{
}
#endif
void Binder::bind(std::size_t pos, const bool &val, Direction dir)
{
}