added directory command + dummy read, send and reply
[spider.git] / perl / DXConnect.pm
1 #
2 # module to manage outgoing connections and things
3 #
4 # Copyright (c) 1998 - Dirk Koopman G1TLH
5 #
6 # $Id$
7 #
8
9 package DXConnect;
10
11 @ISA = qw(DXChannel);
12
13 use DXUtil;
14 use DXM;
15 use DXDebug;
16 use Carp;
17
18 use strict;
19
20 sub init
21 {
22
23 }
24
25 sub process
26 {
27
28 }
29
30 1;
31 __END__
32