Changeset 1759 in Sophya


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

on rechange les include stl pour !&@@ SGI.

Location:
trunk/ArchTOIPipe
Files:
11 edited

Legend:

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

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

    r1738 r1759  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: fitstoirdr.h,v 1.7 2001-11-08 15:47:45 aubourg Exp $
     7// $Id: fitstoirdr.h,v 1.8 2001-11-13 15:47:25 aubourg Exp $
    88
    99
     
    1313#include "toiprocessor.h"
    1414#include <string>
    15 #include <vector>
    16 #include <map>
     15#include <vector.h>
     16#include <map.h>
    1717#include "fitsio.h"
    1818
  • trunk/ArchTOIPipe/Kernel/fitstoiwtr.h

    r1738 r1759  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: fitstoiwtr.h,v 1.8 2001-11-08 15:47:45 aubourg Exp $
     7// $Id: fitstoiwtr.h,v 1.9 2001-11-13 15:47:25 aubourg Exp $
    88
    99
     
    1414#include "toiprocessor.h"
    1515#include <string>
    16 #include <map>
     16#include <map.h>
    1717#include "fitsio.h"
    1818
  • trunk/ArchTOIPipe/Kernel/toi.h

    r1742 r1759  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: toi.h,v 1.11 2001-11-09 23:13:15 aubourg Exp $
     7// $Id: toi.h,v 1.12 2001-11-13 15:47:26 aubourg Exp $
    88
    99#ifndef TOI_H
     
    1111
    1212#include "config.h"
    13 #include <vector>
     13#include <vector.h>
    1414using namespace std;
    1515
  • trunk/ArchTOIPipe/Kernel/toimanager.cc

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

    r1738 r1759  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: toimanager.h,v 1.9 2001-11-08 15:47:46 aubourg Exp $
     7// $Id: toimanager.h,v 1.10 2001-11-13 15:47:26 aubourg Exp $
    88
    99
     
    1212
    1313#include <string>
    14 #include <vector>
     14#include <vector.h>
    1515
    1616using namespace std;
  • trunk/ArchTOIPipe/Kernel/toiprocessor.h

    r1753 r1759  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: toiprocessor.h,v 1.12 2001-11-13 14:53:58 aubourg Exp $
     7// $Id: toiprocessor.h,v 1.13 2001-11-13 15:47:26 aubourg Exp $
    88
    99
     
    1717
    1818#include <string>
    19 #include <map>
    20 #include <iostream>
     19#include <map.h>
     20#include <iostream.h>
    2121
    2222#ifndef NO_SOPHYA
  • trunk/ArchTOIPipe/Kernel/toiregwindow.h

    r1738 r1759  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: toiregwindow.h,v 1.3 2001-11-08 15:47:46 aubourg Exp $
     7// $Id: toiregwindow.h,v 1.4 2001-11-13 15:47:26 aubourg Exp $
    88
    99#ifndef TOI_REGWINDOW_H
     
    1313
    1414#include <pthread.h>
    15 #include <vector>
     15#include <vector.h>
    1616using namespace std;
    1717#include "toi.h"
  • trunk/ArchTOIPipe/Kernel/toisegment.cc

    r1754 r1759  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: toisegment.cc,v 1.20 2001-11-13 15:08:54 aubourg Exp $
     5// $Id: toisegment.cc,v 1.21 2001-11-13 15:47:26 aubourg Exp $
    66
    77#include "toisegment.h"
    88
    9 #include <iostream>
     9#include <iostream.h>
    1010
    1111#ifndef MAXINT
  • trunk/ArchTOIPipe/Kernel/toisegment.h

    r1754 r1759  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: toisegment.h,v 1.12 2001-11-13 15:08:54 aubourg Exp $
     7// $Id: toisegment.h,v 1.13 2001-11-13 15:47:26 aubourg Exp $
    88
    99#ifndef TOISEGMENT_H
    1010#define TOISEGMENT_H
    1111
    12 #include <vector>
    13 #include <set>
     12#include <vector.h>
     13#include <set.h>
    1414
    1515#include "toi.h"
  • trunk/ArchTOIPipe/ProcWSophya/genwproc.h

    r1738 r1759  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: genwproc.h,v 1.6 2001-11-08 15:47:45 aubourg Exp $
     7// $Id: genwproc.h,v 1.7 2001-11-13 15:47:26 aubourg Exp $
    88
    99
     
    1414#include "tvector.h"
    1515
    16 #include <vector>
     16#include <vector.h>
    1717
    1818
Note: See TracChangeset for help on using the changeset viewer.