* 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
|
- Likewise, you'll find \c support/byteorder.h and \c support/ByteOrder.h
|
||||||
in BeOS; Haiku only has ByteOrder.h.
|
in BeOS; Haiku only has ByteOrder.h.
|
||||||
- If you have subclassed BString and if you are using its \c _privateData
|
- 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
|
member, you might notice that it has been renamed to
|
||||||
fPrivateData \endlink. However, it's use is deprecated, and it might even be
|
\link BString::fPrivateData fPrivateData \endlink. However, it's use is
|
||||||
made private in the future.
|
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 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
|
- The private Device Map API (used by OpenTracker) has been replaced by a
|
||||||
different API (Disk Device API).
|
different API (Disk Device API).
|
||||||
- The application debugging interface is conceptually similar, but nevertheless
|
- The application debugging interface is conceptually similar, but nevertheless
|
||||||
source and binary incompatible.
|
source and binary incompatible.
|
||||||
- The file system API has changed; file systems that worked on BeOS will no
|
- The file system API has changed; file systems that worked on BeOS will no
|
||||||
longer work on Haiku.
|
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
|
- In several places we also dropped compatibility support for older BeOS
|
||||||
versions (PR2, R3, R4), which BeOS R5 still featured.
|
versions (PR2, R3, R4), which BeOS R5 still featured.
|
||||||
*/
|
*/
|
||||||
Reference in New Issue
Block a user