The first great Three Rings renaming. Cocktail changed to Narya, Cher
changed to Presents and Party changed to Crowd. Whee! git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@431 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
//
|
||||
// $Id: TestClient.java,v 1.9 2001/10/02 02:05:50 mdb Exp $
|
||||
// $Id: TestClient.java,v 1.10 2001/10/11 04:07:52 mdb Exp $
|
||||
|
||||
package com.threerings.cocktail.cher.client.test;
|
||||
package com.threerings.presents.client.test;
|
||||
|
||||
import com.samskivert.util.Queue;
|
||||
|
||||
import com.threerings.cocktail.cher.Log;
|
||||
import com.threerings.cocktail.cher.net.*;
|
||||
import com.threerings.cocktail.cher.client.*;
|
||||
import com.threerings.cocktail.cher.dobj.*;
|
||||
import com.threerings.presents.Log;
|
||||
import com.threerings.presents.net.*;
|
||||
import com.threerings.presents.client.*;
|
||||
import com.threerings.presents.dobj.*;
|
||||
|
||||
import com.threerings.cocktail.cher.server.test.TestObject;
|
||||
import com.threerings.presents.server.test.TestObject;
|
||||
|
||||
/**
|
||||
* A standalone test client.
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
//
|
||||
// $Id: TestReceiver.java,v 1.3 2001/08/04 02:54:01 mdb Exp $
|
||||
// $Id: TestReceiver.java,v 1.4 2001/10/11 04:07:52 mdb Exp $
|
||||
|
||||
package com.threerings.cocktail.cher.client.test;
|
||||
package com.threerings.presents.client.test;
|
||||
|
||||
import com.threerings.cocktail.cher.Log;
|
||||
import com.threerings.cocktail.cher.client.InvocationReceiver;
|
||||
import com.threerings.presents.Log;
|
||||
import com.threerings.presents.client.InvocationReceiver;
|
||||
|
||||
public class TestReceiver implements InvocationReceiver
|
||||
{
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
//
|
||||
// $Id: TestService.java,v 1.3 2001/10/02 02:05:50 mdb Exp $
|
||||
// $Id: TestService.java,v 1.4 2001/10/11 04:07:52 mdb Exp $
|
||||
|
||||
package com.threerings.cocktail.cher.client.test;
|
||||
package com.threerings.presents.client.test;
|
||||
|
||||
import com.threerings.cocktail.cher.Log;
|
||||
import com.threerings.cocktail.cher.client.Client;
|
||||
import com.threerings.cocktail.cher.client.InvocationDirector;
|
||||
import com.threerings.presents.Log;
|
||||
import com.threerings.presents.client.Client;
|
||||
import com.threerings.presents.client.InvocationDirector;
|
||||
|
||||
/**
|
||||
* A test of the invocation services.
|
||||
|
||||
Reference in New Issue
Block a user