NotificationServer
NotificationServer server(error);
NotificationServer::NotificationServer(status_t& error)
NotificationServer::~NotificationServer()
NotificationServer::ReadyToRun()
NotificationServer::MessageReceived(BMessage* message)
NotificationServer::GetSupportedSuites(BMessage* msg)
NotificationServer::ResolveSpecifier(BMessage* msg, int32 index,
class NotificationServer : public BServer {
NotificationServer(status_t& error);
virtual ~NotificationServer();