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:
Michael Bayne
2001-05-30 23:58:31 +00:00
parent bd58cbd199
commit 89d073b13c
54 changed files with 178 additions and 178 deletions
@@ -1,10 +1,10 @@
//
// $Id: FrameTest.java,v 1.1 2001/05/22 21:51:29 mdb Exp $
// $Id: FrameTest.java,v 1.2 2001/05/30 23:58:31 mdb Exp $
package com.samskivert.cocktail.cher.io.test;
package com.threerings.cocktail.cher.io.test;
import java.io.*;
import com.samskivert.cocktail.cher.io.*;
import com.threerings.cocktail.cher.io.*;
public class FrameTest
{
@@ -1,10 +1,10 @@
//
// $Id: TestClient.java,v 1.1 2001/05/29 03:27:59 mdb Exp $
// $Id: TestClient.java,v 1.2 2001/05/30 23:58:31 mdb Exp $
package com.samskivert.cocktail.cher.client.test;
package com.threerings.cocktail.cher.client.test;
import com.samskivert.cocktail.cher.net.*;
import com.samskivert.cocktail.cher.client.*;
import com.threerings.cocktail.cher.net.*;
import com.threerings.cocktail.cher.client.*;
/**
* A standalone test client.