Created a prefs repository for the cast stuff; use a runtime adjustment to

obtain our cache size.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2151 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-01-15 02:36:59 +00:00
parent 01a3630493
commit 6ab0215ea3
2 changed files with 27 additions and 7 deletions
@@ -0,0 +1,17 @@
//
// $Id: CastPrefs.java,v 1.1 2003/01/15 02:36:59 mdb Exp $
package com.threerings.cast;
import com.samskivert.util.Config;
/**
* Provides access to runtime configuration parameters for this package
* and its subpackages.
*/
public class CastPrefs
{
/** Used to load our preferences from a properties file and map them
* to the persistent Java preferences repository. */
public static Config config = new Config("rsrc/config/cast");
}