Created a test service and provider and sorted out further details.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@71 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: PresentsClient.java,v 1.6 2001/07/19 07:17:46 mdb Exp $
|
||||
// $Id: PresentsClient.java,v 1.7 2001/07/19 07:48:25 mdb Exp $
|
||||
|
||||
package com.threerings.cocktail.cher.server;
|
||||
|
||||
@@ -107,6 +107,8 @@ public class Client implements Subscriber, MessageHandler
|
||||
*/
|
||||
protected void sendBootstrap ()
|
||||
{
|
||||
Log.info("Sending bootstrap [client=" + this + "].");
|
||||
|
||||
// create and populate our bootstrap data
|
||||
BootstrapData data = createBootstrapData();
|
||||
populateBootstrapData(data);
|
||||
|
||||
Reference in New Issue
Block a user