Kaydet (Commit) 8d93a1de authored tarafından Vladimir Glazunov's avatar Vladimir Glazunov

#i10000# revert unneeded changeset

üst 0a094712
......@@ -196,8 +196,6 @@
{
MethodNotImplementedException(const MethodNotImplementedException& e) : SQLException(e.what(), e.sql_state, e.errNo) { }
MethodNotImplementedException(const std::string& reason) : SQLException(reason, "", 0) {}
@@ -87,7 +87,7 @@
virtual SQLException* copy() { return new MethodNotImplementedException(*this); }
};
-struct CPPCONN_PUBLIC_FUNC InvalidArgumentException : public SQLException
......@@ -205,8 +203,6 @@
{
InvalidArgumentException(const InvalidArgumentException& e) : SQLException(e.what(), e.sql_state, e.errNo) { }
InvalidArgumentException(const std::string& reason) : SQLException(reason, "", 0) {}
@@ -96,7 +96,7 @@
virtual SQLException* copy() { return new InvalidArgumentException(*this); }
};
-struct CPPCONN_PUBLIC_FUNC InvalidInstanceException : public SQLException
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment