added directory command + dummy read, send and reply
[spider.git] / perl / DXConnect.pm
diff --git a/perl/DXConnect.pm b/perl/DXConnect.pm
new file mode 100644 (file)
index 0000000..30cd77f
--- /dev/null
@@ -0,0 +1,32 @@
+#
+# module to manage outgoing connections and things
+#
+# Copyright (c) 1998 - Dirk Koopman G1TLH
+#
+# $Id$
+#
+
+package DXConnect;
+
+@ISA = qw(DXChannel);
+
+use DXUtil;
+use DXM;
+use DXDebug;
+use Carp;
+
+use strict;
+
+sub init
+{
+
+}
+
+sub process
+{
+
+}
+
+1;
+__END__
+