* Added a note about the network libraries being incompatible with BeOS.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37976 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -30,16 +30,19 @@ some specific examples:
|
||||
- Likewise, you'll find \c support/byteorder.h and \c support/ByteOrder.h
|
||||
in BeOS; Haiku only has ByteOrder.h.
|
||||
- If you have subclassed BString and if you are using its \c _privateData
|
||||
member, you might notice that it has been renamed to \link BString::fPrivateData
|
||||
fPrivateData \endlink. However, it's use is deprecated, and it might even be
|
||||
made private in the future.
|
||||
- The undocumented functions defined in Alias.h from the storage kit are not implemented.
|
||||
member, you might notice that it has been renamed to
|
||||
\link BString::fPrivateData fPrivateData \endlink. However, it's use is
|
||||
deprecated, and it might even be made private in the future.
|
||||
- The undocumented functions defined in Alias.h from the storage kit are not
|
||||
implemented.
|
||||
- The private Device Map API (used by OpenTracker) has been replaced by a
|
||||
different API (Disk Device API).
|
||||
- The application debugging interface is conceptually similar, but nevertheless
|
||||
source and binary incompatible.
|
||||
- The file system API has changed; file systems that worked on BeOS will no
|
||||
longer work on Haiku.
|
||||
- Haiku isnot compatible with the Network kit, nor with BONE. Instead, we have
|
||||
both UNIX sockets and a new C++ API.
|
||||
- In several places we also dropped compatibility support for older BeOS
|
||||
versions (PR2, R3, R4), which BeOS R5 still featured.
|
||||
*/
|
||||
Reference in New Issue
Block a user