source: trunk/p2p/tclIndex

Last change on this file was 1273, checked in by mmc, 15 years ago

Major reorganization of p2p code, and support for solicit/proffer
messages.

File size: 3.3 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
9set auto_index(Handler) [list source [file join $dir handler.tcl]]
10set auto_index(::Handler::protocol) [list source [file join $dir handler.tcl]]
11set auto_index(::Handler::define) [list source [file join $dir handler.tcl]]
12set auto_index(::Handler::connections) [list source [file join $dir handler.tcl]]
13set auto_index(::Handler::connectionName) [list source [file join $dir handler.tcl]]
14set auto_index(::Handler::connectionSpeaks) [list source [file join $dir handler.tcl]]
15set auto_index(::Handler::handle) [list source [file join $dir handler.tcl]]
16set auto_index(::Handler::finalize) [list source [file join $dir handler.tcl]]
17set auto_index(::Handler::dropped) [list source [file join $dir handler.tcl]]
18set auto_index(::Handler::handlerType) [list source [file join $dir handler.tcl]]
19set auto_index(::p2p::server) [list source [file join $dir server.tcl]]
20set auto_index(Server) [list source [file join $dir server.tcl]]
21set auto_index(::Server::port) [list source [file join $dir server.tcl]]
22set auto_index(::Server::broadcast) [list source [file join $dir server.tcl]]
23set auto_index(::Server::accept) [list source [file join $dir server.tcl]]
24set auto_index(::Server::connectionSpeaks) [list source [file join $dir server.tcl]]
25set auto_index(::Server::dropped) [list source [file join $dir server.tcl]]
26set auto_index(::Server::handlerType) [list source [file join $dir server.tcl]]
27set auto_index(::p2p::client) [list source [file join $dir client.tcl]]
28set auto_index(Client) [list source [file join $dir client.tcl]]
29set auto_index(::Client::send) [list source [file join $dir client.tcl]]
30set auto_index(::Client::address) [list source [file join $dir client.tcl]]
31set auto_index(::Client::handlerType) [list source [file join $dir client.tcl]]
32set auto_index(log) [list source [file join $dir log.tcl]]
33set auto_index(randomize) [list source [file join $dir random.tcl]]
34set auto_index(random) [list source [file join $dir random.tcl]]
35set auto_index(::p2p::options) [list source [file join $dir options.tcl]]
36set auto_index(::p2p::protocol::register) [list source [file join $dir protocols.tcl]]
37set auto_index(::p2p::protocol::init) [list source [file join $dir protocols.tcl]]
38set auto_index(::p2p::protocol::define) [list source [file join $dir protocols.tcl]]
39set auto_index(StateMachine) [list source [file join $dir statemachine.tcl]]
40set auto_index(::StateMachine::state) [list source [file join $dir statemachine.tcl]]
41set auto_index(::StateMachine::transition) [list source [file join $dir statemachine.tcl]]
42set auto_index(::StateMachine::goto) [list source [file join $dir statemachine.tcl]]
43set auto_index(::StateMachine::statedata) [list source [file join $dir statemachine.tcl]]
44set auto_index(::p2p::wonks::init) [list source [file join $dir wonks.tcl]]
45set auto_index(::p2p::wonks::current) [list source [file join $dir wonks.tcl]]
46set auto_index(bgerror) [list source [file join $dir foreman.tcl]]
47set auto_index(::Rappture::foreman::bids) [list source [file join $dir foreman.tcl]]
Note: See TracBrowser for help on using the repository browser.