1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>log4cpp: Export.hh Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.2 -->
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a> | <a class="qindex" href="pages.html">Related Pages</a></div>
<div class="nav">
<a class="el" href="dir_000001.html">include</a> / <a class="el" href="dir_000002.html">log4cpp</a></div>
<h1>Export.hh</h1><a href="Export_8hh.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="preprocessor">#ifndef _LOG4CPP_EXPORT_HH</span>
00002 <span class="preprocessor"></span><span class="preprocessor">#define _LOG4CPP_EXPORT_HH</span>
00003 <span class="preprocessor"></span>
00004 <span class="preprocessor">#ifdef LOG4CPP_HAS_DLL</span>
00005 <span class="preprocessor"></span><span class="preprocessor"># ifdef LOG4CPP_BUILD_DLL</span>
00006 <span class="preprocessor"></span><span class="preprocessor"># define LOG4CPP_EXPORT __declspec(dllexport)</span>
00007 <span class="preprocessor"></span><span class="preprocessor"># else</span>
00008 <span class="preprocessor"></span><span class="preprocessor"># define LOG4CPP_EXPORT __declspec(dllimport)</span>
00009 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
00010 <span class="preprocessor"></span><span class="preprocessor">#else</span>
<a name="l00011"></a><a class="code" href="Export_8hh.html#a0">00011</a> <span class="preprocessor"></span><span class="preprocessor"># define LOG4CPP_EXPORT </span>
00012 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
00013 <span class="preprocessor"></span>
00014 <span class="preprocessor">#endif // _LOG4CPP_EXPORT_HH</span>
00015 <span class="preprocessor"></span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 29 14:07:33 2005 for log4cpp by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address>
</body>
</html>
|