/* @(#)95	1.5  src/time/service/dtsprovider.acf, dts.src, os2dce21.dss, 960602a.1 5/17/95 09:48:41  */
/*
 *   COMPONENT_NAME: dts.src
 *
 *   FUNCTIONS: none
 *
 *   ORIGINS: 72
 *
 */
/*
 * @OSF_COPYRIGHT@
 * COPYRIGHT NOTICE
 * Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
 * ALL RIGHTS RESERVED (DCE).  See the file named COPYRIGHT.DCE in the
 * src directory for the full copyright text.
*/
/*
 * 	Module DTSPROVIDER_RPC.ACF
 */
/*
 * Copyright (c) 1990 by
 * Digital Equipment Corporation, Maynard, Mass.
 *
 * This software is furnished under a license and may be used and copied
 * only  in  accordance  with  the  terms  of such  license and with the
 * inclusion of the above copyright notice.  This software or any  other
 * copies thereof may not be provided or otherwise made available to any
 * other person.  No title to and ownership of the  software  is  hereby
 * transferred.
 *
 * The information in this software  is subject to change without notice
 * and  should  not be  construed  as a commitment by Digitial Equipment
 * Corporation.
 *
 * Digital assumes no responsibility for the use or  reliablity  of its
 * software on equipment which is not supplied by Digital.
 *
 *
 */

/*
 * 	Time Provider Interface Attribute Configuration File 
 *
 * This file contains information the RPC uses to keep a status of  
 * communication failures that occur in the remote procedure call to
 * the Time Provioder Program.  The status is stored as an output 
 * parameter which the client checks to detect communication failures 
 * with the server. 
 *
 */

interface time_provider
	
{
	ContactProvider([comm_status, fault_status] comStatus);
	ServerRequestProviderTime([comm_status, fault_status] comStatus);
}
