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

    r31015 r31030  
    1717#include <psmodules.h>
    1818
     19#include "Logger.h"
     20
    1921/**
    2022
     
    2729    char path[1000];
    2830    xmlDoc* doc;
     31    Logger* logger;
    2932
    3033    // methods
     
    3841
    3942// constructor
    40 InitData* new_InitData(const char* path);
     43InitData* new_InitData(const char* path, Logger* logger);
    4144
    4245#endif // IPPTOPSPS_INITDATA_H
Note: See TracChangeset for help on using the changeset viewer.