Deprecated List

Member xvr2::SystemException::code ()
This method will be removed in X-VR2 version 0.8.3

Member xvr2::SystemException::message ()
This method will be removed in X-VR2 version 0.8.3

Member xvr2::Thread::run ()=0
use the operator()() method instead.

Class xvr2::Net::OldSocket
This class will be dropped as of xvr2net version 8.0.3 please migrate your code before that, it has only been kept for compatibility with previous releases.

Class xvr2::Net::OldTCPServerSocket
This class will be dropped as of xvr2net version 8.0.3 please migrate your code before that, it has only been kept for compatibility with previous releases.

Class xvr2::Net::OldTCPSocket
This class will be dropped as of xvr2net version 8.0.3 please migrate your code before that, it has only been kept for compatibility with previous releases.

Class xvr2::Net::OldUDPServerSocket
This class will be dropped as of xvr2net version 8.0.3 please migrate your code before that, it has only been kept for compatibility with previous releases.

Class xvr2::Net::OldUDPSocket
This class will be dropped as of xvr2net version 8.0.3 please migrate your code before that, it has only been kept for compatibility with previous releases.

Member xvr2::Net::UDP::send (const OldUDPSocket &s, const void *buf, int size, int flags=0, int timeout=0)
This method is going to be dropped in xvr2net from version 0.8.3 ahead. please take measures to stop using it.

Member xvr2::Net::UDP::receive (const OldUDPServerSocket &s, void *buf, int size, int flags=0, int timeout=-1)
This method is going to be dropped in xvr2net from version 0.8.3 ahead. please take measures to stop using it.

Class xvr2::SQL::DBConnectionFailed
Is going to be replaced by xvr2::DB::ConnectionFailure

Member xvr2::SQL::Driver::quoteString (const char *str)=0
Please use String escapeString(const String &s, void *conn_handle); Quotes a string to be passed in an SQL query this is neccesary since some chars can confuse the SQL command parser in the RDBMS, after calling this method you must free all memory allocated from the it.

Member xvr2::SQL::Driver::escapeString (const String &s)=0
Please use String escapeString(const String &s, void *conn_handle); Quotes a string to be passed in an SQL query this is neccesary since some chars can confuse the SQL command parser in the RDBMS, after calling this method you must free all memory allocated from the it.

Member xvr2::SQL::ResultSet::fetchNextRow ()
Use fetchrow instead.

Generated on Fri Jun 20 22:55:48 2008 for X-VR2 SDK by  doxygen 1.5.5