Switched package from com.samskivert to com.threerings.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@12 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
//
|
||||
// $Id: Client.java,v 1.3 2001/05/29 03:27:59 mdb Exp $
|
||||
// $Id: Client.java,v 1.4 2001/05/30 23:58:31 mdb Exp $
|
||||
|
||||
package com.samskivert.cocktail.cher.client;
|
||||
package com.threerings.cocktail.cher.client;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import com.samskivert.cocktail.cher.Log;
|
||||
import com.samskivert.cocktail.cher.net.Credentials;
|
||||
import com.samskivert.cocktail.cher.net.Registry;
|
||||
import com.threerings.cocktail.cher.Log;
|
||||
import com.threerings.cocktail.cher.net.Credentials;
|
||||
import com.threerings.cocktail.cher.net.Registry;
|
||||
|
||||
/**
|
||||
* Through the client object, a connection to the system is established
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: ClientObserver.java,v 1.1 2001/05/22 06:07:59 mdb Exp $
|
||||
// $Id: ClientObserver.java,v 1.2 2001/05/30 23:58:31 mdb Exp $
|
||||
|
||||
package com.samskivert.cocktail.cher.client;
|
||||
package com.threerings.cocktail.cher.client;
|
||||
|
||||
/**
|
||||
* A client observer is registered with the client instance to be notified
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: Communicator.java,v 1.5 2001/05/30 23:51:39 mdb Exp $
|
||||
// $Id: Communicator.java,v 1.6 2001/05/30 23:58:31 mdb Exp $
|
||||
|
||||
package com.samskivert.cocktail.cher.client;
|
||||
package com.threerings.cocktail.cher.client;
|
||||
|
||||
import java.io.*;
|
||||
import java.net.Socket;
|
||||
@@ -10,11 +10,11 @@ import java.net.InetAddress;
|
||||
import com.samskivert.util.LoopingThread;
|
||||
import com.samskivert.util.Queue;
|
||||
|
||||
import com.samskivert.cocktail.cher.Log;
|
||||
import com.samskivert.cocktail.cher.io.*;
|
||||
import com.samskivert.cocktail.cher.io.ObjectStreamException;
|
||||
import com.samskivert.cocktail.cher.net.*;
|
||||
import com.samskivert.cocktail.cher.util.Codes;
|
||||
import com.threerings.cocktail.cher.Log;
|
||||
import com.threerings.cocktail.cher.io.*;
|
||||
import com.threerings.cocktail.cher.io.ObjectStreamException;
|
||||
import com.threerings.cocktail.cher.net.*;
|
||||
import com.threerings.cocktail.cher.util.Codes;
|
||||
|
||||
/**
|
||||
* The client performs all network I/O on separate threads (one for
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: LogonException.java,v 1.1 2001/05/22 06:07:59 mdb Exp $
|
||||
// $Id: LogonException.java,v 1.2 2001/05/30 23:58:31 mdb Exp $
|
||||
|
||||
package com.samskivert.cocktail.cher.client;
|
||||
package com.threerings.cocktail.cher.client;
|
||||
|
||||
/**
|
||||
* A logon exception is used to indicate a failure to log on to the
|
||||
|
||||
Reference in New Issue
Block a user