Portability.hh
Go to the documentation of this file.
1 /*
2  * Portability.hh
3  *
4  * Copyright 2001, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
5  * Copyright 2001, Bastiaan Bakker. All rights reserved.
6  *
7  * See the COPYING file for the terms of usage and distribution.
8  */
9 
10 #ifndef _LOG4CPP_PORTABILITY_HH
11 #define _LOG4CPP_PORTABILITY_HH
12 
13 #if defined (_MSC_VER) || defined(__BORLANDC__)
14 # if defined (LOG4CPP_STLPORT_AND_BOOST_BUILD)
15 # include <log4cpp/config-win32-stlport-boost.h>
16 # else
17 # include <log4cpp/config-win32.h>
18 # endif
19 #else
20 #if defined(__OPENVMS__)
21 # include <log4cpp/config-openvms.h>
22 #else
23 # if defined(__MINGW32__)
24 # include <log4cpp/config-MinGW32.h>
25 # else
26 # include <log4cpp/config.h>
27 # endif
28 #endif
29 #endif
30 
31 #include <log4cpp/Export.hh>
32 
33 #if defined(_MSC_VER)
34 # pragma warning( disable : 4786 ) // 255 char debug symbol limit
35 # pragma warning( disable : 4290 ) // throw specifier not implemented
36 # pragma warning( disable : 4251 ) // "class XXX should be exported"
37 #endif
38 
39 #ifndef LOG4CPP_HAVE_SSTREAM
40 #include <strstream>
41 namespace std {
42  class LOG4CPP_EXPORT ostringstream : public ostrstream {
43  public:
44  std::string str();
45  };
46 }
47 #endif
48 
49 # define LOG4CPP_NS_BEGIN namespace log4cpp_GenICam {
50 # define LOG4CPP_NS_END }
51 # define LOG4CPP_NS log4cpp_GenICam
52 
53 #endif
#define LOG4CPP_EXPORT
Definition: Export.hh:21


rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Thu Jun 6 2019 19:10:54