Changeset 1753 in Sophya for trunk/ArchTOIPipe


Ignore:
Timestamp:
Nov 13, 2001, 3:53:58 PM (24 years ago)
Author:
aubourg
Message:

iostream pour magique...

Location:
trunk/ArchTOIPipe/Kernel
Files:
3 edited

Legend:

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

    r1738 r1753  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: toimanager.cc,v 1.10 2001-11-08 15:47:46 aubourg Exp $
     5// $Id: toimanager.cc,v 1.11 2001-11-13 14:53:57 aubourg Exp $
    66
    77#include "toimanager.h"
    88#include <limits.h>
    99#include <pthread.h>
    10 #include <iostream.h>
     10#include <iostream>
    1111#include <unistd.h>
    1212
  • trunk/ArchTOIPipe/Kernel/toiprocessor.h

    r1743 r1753  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: toiprocessor.h,v 1.11 2001-11-09 23:13:15 aubourg Exp $
     7// $Id: toiprocessor.h,v 1.12 2001-11-13 14:53:58 aubourg Exp $
    88
    99
     
    1818#include <string>
    1919#include <map>
    20 #include <iostream.h>
     20#include <iostream>
    2121
    2222#ifndef NO_SOPHYA
  • trunk/ArchTOIPipe/Kernel/toisegment.cc

    r1750 r1753  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: toisegment.cc,v 1.18 2001-11-12 14:12:54 aubourg Exp $
     5// $Id: toisegment.cc,v 1.19 2001-11-13 14:53:58 aubourg Exp $
    66
    77#include "toisegment.h"
    88
    9 #include <iostream.h>
     9#include <iostream>
    1010
    1111#ifndef MAXINT
Note: See TracChangeset for help on using the changeset viewer.