History log of /haiku/src/kits/network/libnetapi/notifications.cpp
Revision Date Author Comments
# 2e61b6dd 02-Mar-2014 Oliver Tappe <zooey@hirschkaefer.de>

Adjust libnetwork.so to no longer depend on libbe.so.

* Libbe is not available when cross-building the *_bootstrap packages,
so no libnetwork could not be used either, which made building
anything network-related impossible.
* The only code in libnetwork that requires libbe is the notification,
so I moved that over to libbnetapi. Non-C++ applications can't use
the notification calls anyway, as their interface is C++-only.


# 2e61b6dd1dfa06f67a1786a8d1b146206c053646 02-Mar-2014 Oliver Tappe <zooey@hirschkaefer.de>

Adjust libnetwork.so to no longer depend on libbe.so.

* Libbe is not available when cross-building the *_bootstrap packages,
so no libnetwork could not be used either, which made building
anything network-related impossible.
* The only code in libnetwork that requires libbe is the notification,
so I moved that over to libbnetapi. Non-C++ applications can't use
the notification calls anyway, as their interface is C++-only.