Ignore:
Timestamp:
02/28/07 19:38:47 (17 years ago)
Author:
mattausch
Message:

removed using namespace std from .h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/gzstream.h

    r1264 r2176  
    3535#include <iostream> 
    3636#include <fstream> 
    37 using namespace std; 
    3837 
    3938#ifdef GZSTREAM_NAMESPACE 
     
    5049 
    5150 
    52 //  #define STREAMBUF std::streambuf  
    53 //  #define ISTREAM std::istream 
    54 //  #define OSTREAM std::ostream 
     51#define STREAMBUF std::streambuf  
     52#define ISTREAM std::istream 
     53#define OSTREAM std::ostream 
    5554 
    56 #define STREAMBUF streambuf  
    57 #define ISTREAM istream 
    58 #define OSTREAM ostream 
     55//#define STREAMBUF streambuf  
     56//#define ISTREAM istream 
     57//#define OSTREAM ostream 
    5958 
    6059class gzstreambuf : public STREAMBUF { 
     
    8887}; 
    8988 
    90 class gzstreambase : virtual public ios { 
     89class gzstreambase : virtual public std::ios { 
    9190 
    9291protected: 
Note: See TracChangeset for help on using the changeset viewer.