Ignore:
Timestamp:
May 20, 2003, 1:31:29 AM (22 years ago)
Author:
aubourg
Message:

rings

File:
1 edited

Legend:

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

    r2329 r2385  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: toimanager.cc,v 1.20 2003-02-24 14:14:51 cecile Exp $
     5// $Id: toimanager.cc,v 1.21 2003-05-19 23:31:29 aubourg Exp $
    66
    77#include "toimanager.h"
     
    111111
    112112void TOIManager::setRequestedSample(int begin, int end) {
     113  cout << "TOIManager::setRequestedSample should not be called anymore" << endl;
     114  cout << " call same method one any toiprocessor" << endl;
     115  exit(-1);
    113116  reqBegin = begin;
    114117  reqEnd   = end;
Note: See TracChangeset for help on using the changeset viewer.