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:
Michael Bayne
2001-10-11 04:07:54 +00:00
parent ac477756ea
commit 8a4c46badc
170 changed files with 832 additions and 805 deletions
+4 -4
View File
@@ -1,16 +1,16 @@
//
// $Id: Log.java,v 1.1 2001/07/20 23:23:50 mdb Exp $
// $Id: Log.java,v 1.2 2001/10/11 04:07:51 mdb Exp $
package com.threerings.cocktail.party;
package com.threerings.crowd;
/**
* A placeholder class that contains a reference to the log object used by
* the Party services.
* the Crowd services.
*/
public class Log
{
public static com.samskivert.util.Log log =
new com.samskivert.util.Log("cocktail.party");
new com.samskivert.util.Log("crowd");
/** Convenience function. */
public static void debug (String message)