IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2011, 9:36:02 AM (15 years ago)
Author:
eugene
Message:

merging changes from trunk

Location:
branches/eam_branches/ipp-20110213/ippToPsps/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/ippToPsps/src

    • Property svn:ignore
      •  

        old new  
        99config.h.in
        1010stamp-h1
        11 ippToPspsVersionDefinitions.h
         11VersionDefinitions.h
         12detectionbatch
         13initbatch
         14stackbatch
         15
  • branches/eam_branches/ipp-20110213/ippToPsps/src/InitBatch.h

    r30147 r31083  
    2424    // methods
    2525    void (*print)();
     26
     27    // destructor
    2628    void (*destroy)();
    2729
    2830} InitBatch;
    2931
    30 InitBatch *new_InitBatch(int *argc, char **argv);
     32// constructor
     33InitBatch *new_InitBatch(Logger *logger, int *argc, char **argv);
    3134
    3235# endif // IPPTOPSPS_INITBATCH_H
Note: See TracChangeset for help on using the changeset viewer.