/* @(#)54    1.2  src/examples/acl_mgr/acl_db.acf, examples.src, os2dce21.dss, 960602a.1  6/29/95  14:29:42 */
/*
 * COMPONENT_NAME:  examples.src
 *
 * FUNCTIONS: acl_db.acf
 *
 * ORIGINS: 27
 *
 * (C) COPYRIGHT International Business Machines Corp. 1995
 *  All Rights Reserved
 *  Licensed Materials - Property of IBM
 *
 *  US Government Users Restricted Rights - Use, duplication or
 *  disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
 *
 * @OSF_COPYRIGHT@
 * COPYRIGHT NOTICE
 * Copyright (c) 1990, 1991, 1992, 1993, 1994 Open Software Foundation, Inc.
 * ALL RIGHTS RESERVED (DCE).
 *
*/
/****************************************************************************/
/*                                                                          */
/* acl_db.acf -- This makes the acl db interface into one that              */
/*                  does pickling.                                          */
/*                                                                          */
/****************************************************************************/


interface sampledb {
	[encode,decode]	sample_data_convert();
	[encode,decode]	uu_convert(); 
}

