Changeset 1740 in Sophya for trunk/ArchTOIPipe/Kernel/toi.h


Ignore:
Timestamp:
Nov 9, 2001, 12:23:58 AM (24 years ago)
Author:
aubourg
Message:

une optim pour quand on n'a que des segmented

File:
1 edited

Legend:

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

    r1738 r1740  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: toi.h,v 1.9 2001-11-08 15:47:46 aubourg Exp $
     7// $Id: toi.h,v 1.10 2001-11-08 23:23:58 aubourg Exp $
    88
    99#ifndef TOI_H
     
    7373  string getName() const {return name;}
    7474
     75  bool needSyncOldWay() const {return syncOldWay;}
     76
    7577protected:
    7678  TOI*                  errorTOI;
     
    8991  vector<TOIProcessor*> consumers;
    9092  double                defaultValue;
    91  
     93  bool  syncOldWay;
     94
    9295#ifdef WITH_SOPHYA
    9396  /* l'interface va etre modifiee, NE PAS UTILISER
Note: See TracChangeset for help on using the changeset viewer.