(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/oop.h>
Object * FindServer (serverID)
LOCATION
In OOPBase at offset 14
SYNOPSIS
STRPTR serverID
FUNCTION
Find a public server object previously installed with AddServer(). You can use the obtained object to access objects that server is responsible for.
INPUTS
serverID
The servers public identifier.
RESULT
Pointer to the server object.
EXAMPLE
SEE ALSO
AddServer(), RemoveServer()
NOTES
Probably not a good API. Implemented just to show how one can call methods across process-borders.
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
13.09.1998 nlorentz
API Polish
29.07.1998 nlorentz
Added function headers + lotsa comments to the code
20.07.1998 nlorentz
Added class/API for proxies and server + some minor changes