Deprecated List
- Member iGraphics2D::WriteBaseline(iFont *font, int x, int y, int fg, int bg, const char *str)=0
- Instead, use Write() with the CS_WRITE_BASELINE flag set.
- Member iNetworkDriver::GetCapabilities() const=0
- This function is deprecated since the reliable flag is deprecated, and all drivers should support blocking and non-blocking.
- Member iNetworkDriver::NewConnection(const char *target, bool reliable=true, bool blocking=false)=0
- The 'reliable' flag is deprecated. This feature is now specified as part of the target string. (For instance, with the cssocket driver, a protocol of "tcp" is reliable, whereas "udp" is not.)
- Member iNetworkDriver::NewListener(const char *source, bool reliable=true, bool blockingListener=false, bool blockingConnection=false)=0
- The 'reliable' flag is deprecated. This feature is now specified as part of the target string. (For instance, with the cssocket driver, a protocol of "tcp" is reliable, whereas "udp" is not.)
- Class csNetworkDriverCapabilities
- This is deprecated since the reliable flag is deprecated, and all drivers should support blocking and non-blocking.
Generated for Crystal Space by doxygen 1.2.18