Changeset 1992 in Sophya for trunk/ArchTOIPipe


Ignore:
Timestamp:
May 9, 2002, 12:22:33 AM (23 years ago)
Author:
ansari
Message:

Ajout de syncOldWay=false pour TOISeqBuff - Reza 8/5/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/toiseqbuff.cc

    r1991 r1992  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: toiseqbuff.cc,v 1.11 2002-05-08 21:48:38 ansari Exp $
     5// $Id: toiseqbuff.cc,v 1.12 2002-05-08 22:22:33 ansari Exp $
    66
    77#include "toiprocessor.h"
     
    2121  AllocBuffer(wsz);
    2222  setName("toiseqbuff");
     23  syncOldWay = false;
    2324}
    2425
     
    2829  AllocBuffer(wsz);
    2930  setName(nm);
     31  syncOldWay = false;
    3032}
    3133
Note: See TracChangeset for help on using the changeset viewer.