Last change
on this file since 1251 was
1251,
checked in by mmc, 15 years ago
|
Added first cut of P2P network for job management. See README in this
directory for details.
|
File size:
1.4 KB
|
Line | |
---|
1 | # Tcl autoload index file, version 2.0 |
---|
2 | # This file is generated by the "auto_mkindex" command |
---|
3 | # and sourced to set up indexing information for one or |
---|
4 | # more commands. Typically each line is a command that |
---|
5 | # sets an element in the auto_index array, where the |
---|
6 | # element name is the name of a command and the value is |
---|
7 | # a script that loads the command. |
---|
8 | |
---|
9 | set auto_index(Handler) [list source [file join $dir handler.tcl]] |
---|
10 | set auto_index(::Handler::protocol) [list source [file join $dir handler.tcl]] |
---|
11 | set auto_index(::Handler::define) [list source [file join $dir handler.tcl]] |
---|
12 | set auto_index(::Handler::connectionSpeaks) [list source [file join $dir handler.tcl]] |
---|
13 | set auto_index(::Handler::handle) [list source [file join $dir handler.tcl]] |
---|
14 | set auto_index(::Handler::finalize) [list source [file join $dir handler.tcl]] |
---|
15 | set auto_index(Server) [list source [file join $dir server.tcl]] |
---|
16 | set auto_index(::Server::port) [list source [file join $dir server.tcl]] |
---|
17 | set auto_index(::Server::accept) [list source [file join $dir server.tcl]] |
---|
18 | set auto_index(::Server::connectionSpeaks) [list source [file join $dir server.tcl]] |
---|
19 | set auto_index(Client) [list source [file join $dir client.tcl]] |
---|
20 | set auto_index(::Client::send) [list source [file join $dir client.tcl]] |
---|
21 | set auto_index(::Client::address) [list source [file join $dir client.tcl]] |
---|
22 | set auto_index(log) [list source [file join $dir log.tcl]] |
---|
23 | set auto_index(randomize) [list source [file join $dir random.tcl]] |
---|
Note: See
TracBrowser
for help on using the repository browser.