IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29161


Ignore:
Timestamp:
Sep 15, 2010, 12:45:30 PM (16 years ago)
Author:
rhenders
Message:

Clearer comments

File:
1 edited

Legend:

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

    r29120 r29161  
    1111our @ISA = qw(czartool::MySQLDb);    # inherits from MySQLDb
    1212
    13 # Override constructor
     13###########################################################################
     14#
     15# Constructor (overrides superclass)
     16#
     17###########################################################################
    1418sub new {
    1519    my ($class) = @_;
    1620
    17     # Call the constructor of the parent class, Person.
    18     my $self = $class->SUPER::new($_[1], $_[2], $_[3], $_[4],  $_[5], $_[6]);
     21    # Call the constructor of the parent class
     22    my $self = $class->SUPER::new($_[1], $_[2], $_[3], $_[4], $_[5], $_[6]);
    1923
    2024    bless $self, $class;
Note: See TracChangeset for help on using the changeset viewer.