home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
dispatcher.tcl
< prev
next >
Wrap
Text File
|
1996-05-29
|
702b
|
23 lines
#---------------------------------------------------------------------------
#
# (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]