/* @(#)77	1.4  src/time/common/utctypes.idl, dts.src, os2dce21.dss, 960602a.1  5/17/95  09:48:35 */
/*
 * COMPONENT_NAME:  time.src 
 *
 * FUNCTIONS: 
 *
 * 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.
*/
/*
 * HISTORY
 * $Log: utctypes.idl,v $
 * Revision 1.1.2.2  1992/12/30  20:40:24  htf
 *      Embedding copyright notice
 *      [1992/12/30  19:08:56  htf]
 *
 * Revision 1.1  1992/01/19  15:32:06  devrcs
 *      Initial revision
 *
 * $EndLog$
 */
/*
 * 	Module utctypes.idl
 */

/*
 * Copyright (c) 1991 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.
 *
 *
 */

interface utctypes
{
  import "dce/nbase.idl";

/*
 * UTC opaque structure.
 * This structure is used to represent Absolute Times
 * and Relative times.
 */
typedef struct utc
{
	byte char_array[16];
} utc_t;

} /* end of interface utctypes */
