Ignore:
Timestamp:
Jun 15, 2001, 2:58:44 PM (24 years ago)
Author:
aubourg
Message:

flags uint_8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/fitstoiwtr.h

    r1527 r1532  
    1818  virtual void afterinit();
    1919
    20   virtual void  addInput(string name, TOI* toi, bool withFlag=false);
     20  virtual void  addInput(string name, TOI* toi)
     21    {addInput(name,toi,false);}
     22  virtual void  addInput(string name, TOI* toi, bool withFlag);
    2123
    2224  virtual void  run(); 
Note: See TracChangeset for help on using the changeset viewer.