Implemented object destruction; wired up some missing stuff; created a

test server to make some testing easier; various other cleanups.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@188 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-08-07 20:38:58 +00:00
parent b3e7f12f08
commit 782e9501d6
15 changed files with 340 additions and 54 deletions
@@ -0,0 +1,9 @@
#
# $Id: server.properties,v 1.1 2001/08/07 20:38:58 mdb Exp $
#
# Configuration for the Cher test server
# These invocation service providers will be registered with the
# invocation manager during the server init process
providers = \
test = com.threerings.cocktail.cher.server.test.TestProvider