IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29185


Ignore:
Timestamp:
Sep 21, 2010, 4:36:42 PM (16 years ago)
Author:
rhenders
Message:

Added getter method for product; now removing temp file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/perl/ippToPsps/Datastore.pm

    r28951 r29185  
    2727    bless $self, $class;
    2828    return $self;
     29}
     30
     31########################################################################################
     32#
     33# Returns datastore product
     34#
     35########################################################################################
     36sub getProduct {
     37    my ($self) = @_;
     38    return $self->{_product};
    2939}
    3040
     
    5868    print "* Successfully published $file to datastore\n";
    5969
    60     close($tempFile);
     70    close $tempFile;
     71    unlink $tempFile;
    6172
    6273    return 1;
Note: See TracChangeset for help on using the changeset viewer.