home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Westmount Technology 1994
- #
- # File: @(#)dispatcher.tcl 1.6
- # Author: Marcel Bancken
- # Description: Instantiation of Dispatcher
- #---------------------------------------------------------------------------
- # SccsId = @(#)dispatcher.tcl 1.6 11 Dec 1995 Copyright 1994 Westmount Technology
-
- source [m4_path_name tcl libocl.tcl]
-
- require platform.tcl
- require "procs.tcl"
- require "messagehdl.tcl"
- require "cldispatch.tcl"
-
- if {[llength $argv] != 1} {
- puts stderr "Dispatcher requires argument"
- exit 1
- }
- ClDispatcher new .dispatcher [lindex $argv 0]
-