/* @(#)55       1.4  src/examples/demo/data_test_app/data_test.acf, examples.src, os2dce21.dss, 960602a.1 8/13/95 16:32:09
 *
 * COMPONENT_NAME:  examples.src
 *
 * FUNCTIONS: none
 *
 * ORIGINS: 72
 *
 * (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).  See the file named COPYRIGHT.DCE in the
 * src directory for the full copyright text.
 *
 */
/****************************************************************************/
/*                                                                          */
/* data_test.acf -- Replace default exception handling of comm and remote   */
/*                  errors with comm and fault status returned by status    */
/*                  parameter.                                              */
/*                                                                          */
/****************************************************************************/

interface data_test
{
	test1([comm_status,fault_status] status);
	test2([comm_status,fault_status] status);
	test3([comm_status,fault_status] status);
	test4([comm_status,fault_status] status);
	test5([comm_status,fault_status] status);
}

