/* @(#)94    1.4  src/examples/type_mgr/cust.acf, examples.src, os2dce21.dss, 960602a.1  6/10/94  18:32:47 */
/*
 * COMPONENT_NAME:  examples.src
 *
 * FUNCTIONS:
 *
 * ORIGINS: 27
 *
 * (C) COPYRIGHT International Business Machines Corp. 1992, 1994
 * 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.
 *
 */

/*
 * Attribute configuration file for the interface defined in the 
 * associated Interface Definition Language file.
 */

interface type_mgr
{

/*
 * Setting the [comm_status] attribute on the return value of each
 * operation defined in the type_mgr.idl file will cause all
 * communications errors reported by RPC to be returned as the
 * functions result, as opposed to raising an exception.
 */

[comm_status] rpc_type_mgr_op_A();
[comm_status] rpc_type_mgr_op_B();
[comm_status] rpc_type_mgr_op_C();
}
