(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/oop.h>

BOOL AddServer (serverPtr , serverID)

LOCATION
In OOPBase at offset 12

SYNOPSIS
Object * serverPtr
STRPTR serverID

FUNCTION
Adds a server object to to the list of public servers. Other processes might then obtain a pointer to the server, and use the server to obtain proxies for objects the server controls.

INPUTS
serverPtr
Pointer to a valid server object.
serverID
ID that identifies the server.

RESULT
TRUE if successfull, FALSE otherwise.

EXAMPLE

SEE ALSO
FindServer(), RemoveServer()

NOTES
Probably not a good API. Implemented just to show how one can call methods across process-borders.

BUGS

INTERNALS

HISTORY