Ignore:
Timestamp:
03/14/07 19:19:45 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.