Ignore:
Timestamp:
11/21/13 17:15:05 (11 years ago)
Author:
tbretz
Message:
Give access to the full information in Open/Write/Close
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DataWriteRaw.h

    r16055 r17330  
    8282
    8383    bool Open(const RUN_HEAD &h, const FAD::RunDescription &d);
    84     bool WriteEvt(const EVENT &evt);
    85     bool Close(const RUN_TAIL *tail= 0);
     84    bool WriteEvt(const EVT_CTRL2 &);
     85    bool Close(const EVT_CTRL2 &) { return Close(); }
     86    bool Close();
    8687};
    8788
Note: See TracChangeset for help on using the changeset viewer.