eval 'exec perl -x $0 ${1+"$@"}' # -*-perl-*-
  if 0;
#!perl -w
#
# ======================================================================
# This file is Copyright 1998,1999 by the Purdue Research Foundation and
# may only be used under license.  For terms of the license, see the
# file named COPYRIGHT included with this software release.
# AAFID is a trademark of the Purdue Research Foundation.
# All rights reserved.
# ======================================================================
#
# Wrapper for executing the GUI.
#
# AAFID project, COAST Laboratory, CERIAS, 1998.
# 
# Diego Zamboni, Jun 26, 1998.
#
# $Id: aafid2gui,v 1.6 1999/09/06 18:35:07 zamboni Exp $
#
# NOTE: This file is in Perl's POD format. For more information, see the 
#       manual page for perlpod(1).
#

# The AAFID::GUI::aafid2 class actually has all the functionality. I'm
# only a wrapper.
use AAFID::GUI::aafid2;

AAFID::GUI::aafid2::initialize;
AAFID::GUI::aafid2::main_window;
AAFID::GUI::aafid2::read_config_file(@ARGV);
AAFID::GUI::aafid2::MainLoop;
