IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2011, 4:27:17 PM (15 years ago)
Author:
rhenders
Message:

Introduced new logging system in order to provide proper audit trail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/src/Fits.h

    r31025 r31030  
    1414#include <psmodules.h>
    1515
     16#include "Logger.h"
     17
    1618/**
    1719
     
    2426    fitsfile* file;             // cfitsio file pointer
    2527    char path[1000];            // FITS path
     28    Logger* logger;             // logger object
    2629
    2730    // accessor methods
     
    5356
    5457// constructors
    55 Fits* existing_Fits(char* path);
    56 Fits* new_Fits(char* path);
     58Fits* existing_Fits(const char* path, Logger* logger);
     59Fits* new_Fits(const char* path, Logger* logger);
    5760
    5861// non-class methods
Note: See TracChangeset for help on using the changeset viewer.