X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=perl%2FDXProt.pm;h=1f224766ebe4968f97e9545d40bc428d2f078b74;hp=92e3b0d0e1d24e27944f250a228e629e4d268ba0;hb=07ea293f3919d2da76220b5fbc55b734008ed44c;hpb=b2e4d1c7378cfd98bd8cdf9304c2bd6e5d4b802c diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 92e3b0d0..1f224766 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -26,7 +26,6 @@ sub start my $call = $self->call; # do we have him connected on the cluster somewhere else? - if (DXCluster->get $self->pc38(); $self->pc18(); $self->{state} = 'incoming'; @@ -61,5 +60,16 @@ sub finish # All the various PC routines # +sub pc18 +{ + +} + +sub pc38 +{ + +} + + 1; __END__