Ignore:
Timestamp:
May 31, 2002, 10:10:58 AM (23 years ago)
Author:
ansari
Message:

Amelioration NoOpProcessor et mesovh2.cc pour investigation pb kill sur magique - Reza 31/5/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Processors/nooppr.h

    r2033 r2037  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: nooppr.h,v 1.7 2002-05-30 20:44:31 ansari Exp $
     7// $Id: nooppr.h,v 1.8 2002-05-31 08:10:58 ansari Exp $
    88
    99
     
    2424  inline int    WSize() const { return wsize; }
    2525  inline void   SetWSize(int wsz)  { if (wsz > 1)  wsize =  wsz; }
     26  inline void   SetDelay2(bool fg) { delay2 = fg; }
    2627  inline int_8  ProcessedSampleCount() const { return totnscount; }
    2728
     
    3940
    4041  bool acceptnoinput;
     42  bool delay2;
    4143  double defval;
    4244  long defflag;
Note: See TracChangeset for help on using the changeset viewer.