/[cvs]/joko/Scripts/psh/lib/MJAM/Connector/TcpHttp.pm
ViewVC logotype

Contents of /joko/Scripts/psh/lib/MJAM/Connector/TcpHttp.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Fri Jun 14 21:22:09 2002 UTC (22 years, 3 months ago) by cvsjoko
Branch: nfo, MAIN
CVS Tags: r001, HEAD
Changes since 1.1: +0 -0 lines
first import

1 package MJAM::Connector::TcpHttp;
2
3 use strict;
4 use warnings;
5
6 use MJAM::Connector::TcpHttp::Server;
7 #use MJAM::Connector::TcpHttp::Client;
8
9 sub server_start {
10 my $alias = shift;
11 MJAM::Connector::TcpHttp::Server::start($alias);
12 }
13
14 sub server_stop {
15 my $alias = shift;
16 MJAM::Connector::TcpHttp::Server::stop($alias);
17 }
18
19 sub agent_start {
20
21 }
22
23 sub agent_stop {
24
25 }
26
27 1;

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed