Ignore:
Timestamp:
03/14/07 19:19:45 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Cosy/videodev
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/videodev/PixClient.cc

    r1802 r8378  
    11#include "PixClient.h"
    22
    3 #include <iostream.h>
     3#include <iostream>
     4
     5using namespace std;
    46
    57void PixClient::ProcessFrame(const unsigned long n, byte *img,
  • trunk/MagicSoft/Cosy/videodev/PngReader.cc

    r1804 r8378  
    22#include "PixClient.h"
    33
    4 #include <iostream.h>
     4#include <iostream>
    55#include <stdio.h>
    66#include <stdlib.h>
     
    2323
    2424ClassImp(PngReader);
     25
     26using namespace std;
    2527
    2628char *PngReader::GetImg(unsigned int frame)
  • trunk/MagicSoft/Cosy/videodev/Writer.cc

    r4888 r8378  
    11#include "Writer.h"
    22
    3 #include <iostream.h> // cout
    4 #include <fstream.h>  // ofstream
     3#include <iostream> // cout
     4#include <fstream>  // ofstream
    55
    66#include <stdio.h>    // FILE
     
    1111
    1212ClassImp(Writer);
     13
     14using namespace std;
    1315
    1416void Writer::Png(const char *fname, const byte *buf,
Note: See TracChangeset for help on using the changeset viewer.