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

Export.hh

Go to the documentation of this file.
00001 #ifndef _LOG4CPP_EXPORT_HH
00002 #define _LOG4CPP_EXPORT_HH
00003 
00004 #ifdef LOG4CPP_HAS_DLL
00005 #       ifdef LOG4CPP_BUILD_DLL
00006 #               define LOG4CPP_EXPORT __declspec(dllexport)
00007 #       else
00008 #               define LOG4CPP_EXPORT __declspec(dllimport)
00009 #       endif
00010 #else
00011 #       define LOG4CPP_EXPORT 
00012 #endif
00013 
00014 #endif // _LOG4CPP_EXPORT_HH
00015 

Generated on Mon Oct 28 23:41:43 2002 for log4cpp by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002