Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Essential Networking Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

1.2 Compatibility with Previous Versions

The names of many classes and functions have changed from the network communication classes of Tools.h++ Professional. Although the old names are still supported, we recommend that you use the new names when coding your applications.

You can refuse support for the old names by defining the RW_DISABLE_DEPRECATED macro when compiling your applications. This macro is usually defined on the compile line or in a makefile. You can also define the macro in your code.

The deprecated function name address() is used in the following code. If you define the macro RW_DISABLE_DEPRECATED before the include, the file does not compile because the compiler does not know about the address() function.


NOTE -- See the Essential Networking Module User's Guide for complete information about compatibility with previous versions.


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.