/*
 * Copyright (c) 1998 The University of Utah and
 * the Computer Systems Laboratory at the University of Utah (CSL).
 * All rights reserved.
 *
 * Permission to use, copy, modify and distribute this software is hereby
 * granted provided that (1) source code retains these copyright, permission,
 * and disclaimer notices, and (2) redistributions including binaries
 * reproduce the notices in supporting documentation.
 *
 * THE UNIVERSITY OF UTAH AND CSL ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS
 * IS" CONDITION.  THE UNIVERSITY OF UTAH AND CSL DISCLAIM ANY LIABILITY OF
 * ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
 *
 * CSL requests users of this software to return to csl-dist@cs.utah.edu any
 * improvements that they make and grant CSL redistribution rights.
 */

#ifndef _mach3mig_link_h
#define _mach3mig_link_h

/* initialized in `iiop_orb_ior.c' */
extern const unsigned int null_obj_ior[];
extern const unsigned int null_obj_ior_len;
extern int flick_errno;

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <flick/link/mach3mig.h>
#include <flick/pres/all.h>
#include <flick/pres/corba.h>
#include <mach.h>
#include <mach_error.h>
#include <mach/mach_types.h>
#include <mach/mig_errors.h>
#include <mach/mig_support.h>
#include <mach/port.h>
#include <mach/mach_port.h>
#include <servers/netname.h>

#endif /* _mach3mig_link_h */

/* End of file. */



syntax highlighted by Code2HTML, v. 0.9.1