IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28844


Ignore:
Timestamp:
Aug 5, 2010, 9:09:57 AM (16 years ago)
Author:
rhenders
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czartool/Pantasks.pm

    r28834 r28844  
    55
    66package czartool::Pantasks;
    7 
    87
    98my @servers = (
     
    2322###########################################################################
    2423#
    25 # Returns the server list as an array
    26 #
    27 ###########################################################################
    28 sub getServerList {
    29     my ($self) = @_;
    30 
    31     return \@servers;
    32 }
    33 
    34 ###########################################################################
    35 #
    36 # Constructor
     24# Constructor TODO put in check that we can run pantasks_client
    3725#
    3826###########################################################################
     
    4331    bless $self, $class;
    4432    return $self;
     33}
     34
     35###########################################################################
     36#
     37# Returns the server list as an array
     38#
     39###########################################################################
     40sub getServerList {
     41    my ($self) = @_;
     42
     43    return \@servers;
    4544}
    4645
     
    5655    return "stdscience";
    5756}
    58 
    5957
    6058###########################################################################
     
    173171    }
    174172}
    175 
     1731;
Note: See TracChangeset for help on using the changeset viewer.