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: ForwardEventRequest.java,v 1.1 2001/05/22 06:07:59 mdb Exp $
|
||||
// $Id: ForwardEventRequest.java,v 1.2 2001/05/30 23:58:31 mdb Exp $
|
||||
|
||||
package com.samskivert.cocktail.cher.net;
|
||||
package com.threerings.cocktail.cher.net;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.DataInputStream;
|
||||
import java.io.DataOutputStream;
|
||||
|
||||
import com.samskivert.cocktail.cher.dobj.Event;
|
||||
import com.samskivert.cocktail.cher.dobj.EventFactory;
|
||||
import com.threerings.cocktail.cher.dobj.Event;
|
||||
import com.threerings.cocktail.cher.dobj.EventFactory;
|
||||
|
||||
public class ForwardEventNotification extends UpstreamMessage
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user