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/FitsGenerator.h

    r31025 r31030  
    1313
    1414#include <psmodules.h>
     15
     16#include "Logger.h"
    1517
    1618// column class
     
    5355    Table* tables;
    5456    int numOfTables;
     57    Logger* logger;
    5558
    5659    // methods
     
    6467
    6568// constructor
    66 FitsGenerator* new_FitsGenerator(const char* path);
     69FitsGenerator* new_FitsGenerator(Logger* logger, const char* path);
    6770
    6871#endif // IPPTOPSPS_FITSGENERATOR_H
Note: See TracChangeset for help on using the changeset viewer.