(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/oop.h>
VOID RemoveServer (serverID)
LOCATION
In OOPBase at offset 13
SYNOPSIS
STRPTR serverID
FUNCTION
Remove a pulic server object that has previously been added to the public server list by AddServer().
INPUTS
serverID
ID of server object to remove.
RESULT
None.
EXAMPLE
SEE ALSO
AddServer(), FindServer()
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