Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

LibGPIB.h

Go to the documentation of this file.
00001 /*
00002  * Time-stamp: <00/08/03 23:54:43 pagey>
00003  *
00004  * $Id: LibGPIB.h,v 1.1 2000/08/04 18:32:46 pagey Exp $ 
00005  *
00006  *
00007  */
00008 #ifndef LibGPIB_h
00009 #define LibGPIB_h
00010 
00011 /* We need to figure out if we are using STLPORT implementation of the
00012    C++ Standard Template Library. If so, we need to start using the
00013    __STLPORT_STD namespace.
00014 
00015 */
00016 #include <string>
00017 #ifdef __STLPORT_STD
00018 using namespace __STLPORT_STD ;
00019 #endif
00020 
00021 // 
00022 // If not using GNU C++ compiler, EOF may not be defined. In
00023 // that case we define it.
00024 //
00025 #if !defined(__GNUG__)
00026 #  if !defined(EOF) 
00027 #    define EOF traits::eof()
00028 #  endif
00029 #endif
00030 
00031 extern "C++" {
00032   namespace LibGPIB {
00033     
00034   } ; // namespace LibGPIB
00035 } // extern "C++"
00036 
00037 #endif // #ifndef LibGPIB_h

Generated at Tue Aug 8 01:37:55 2000 for libgpib by doxygen1.1.4 written by Dimitri van Heesch, © 1997-2000