/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2000-2001 * Sleepycat Software. All rights reserved. * * $Id: DbClient.java,v 11.3 2001/07/02 01:03:22 bostic Exp $ */ package com.sleepycat.db; /* * This interface is used by DbEnv.set_rpc_server(). * It is a placeholder for a future capability. * */ public interface DbClient { } // end of DbClient.java