Changeset 1754 in Sophya for trunk/ArchTOIPipe


Ignore:
Timestamp:
Nov 13, 2001, 4:08:54 PM (24 years ago)
Author:
aubourg
Message:

iostream pour magique...

Location:
trunk/ArchTOIPipe/Kernel
Files:
3 edited

Legend:

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

    r1738 r1754  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: asciitoiwtr.h,v 1.4 2001-11-08 15:47:44 aubourg Exp $
     7// $Id: asciitoiwtr.h,v 1.5 2001-11-13 15:05:41 aubourg Exp $
    88
    99
     
    1313#include "toi.h"
    1414#include "toiprocessor.h"
    15 #include <fstream.h>
     15#include <fstream>
    1616
    1717class ASCIITOIWriter : public TOIProcessor {
  • trunk/ArchTOIPipe/Kernel/toisegment.cc

    r1753 r1754  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: toisegment.cc,v 1.19 2001-11-13 14:53:58 aubourg Exp $
     5// $Id: toisegment.cc,v 1.20 2001-11-13 15:08:54 aubourg Exp $
    66
    77#include "toisegment.h"
     
    9999TOI::DataStatus TOISegmented::isDataAvailNL(int i, int j) {
    100100  return isDataAvail(i,j);
     101}
     102
     103TOI::DataStatus TOISegmented::isDataAvailNL(int i) {
     104  return isDataAvail(i);
    101105}
    102106
  • trunk/ArchTOIPipe/Kernel/toisegment.h

    r1743 r1754  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: toisegment.h,v 1.11 2001-11-09 23:13:15 aubourg Exp $
     7// $Id: toisegment.h,v 1.12 2001-11-13 15:08:54 aubourg Exp $
    88
    99#ifndef TOISEGMENT_H
     
    4242  virtual DataStatus    isDataAvail(int iStart, int iEnd);
    4343  virtual DataStatus    isDataAvail(int i);
     44  virtual DataStatus isDataAvailNL(int i);
    4445  virtual DataStatus    isDataAvailNL(int iStart, int iEnd); // abstract
    4546  virtual void          waitForData(int iStart, int iEnd);
Note: See TracChangeset for help on using the changeset viewer.