~charon-developers/charon-core/supernodes

« back to all changes in this revision

Viewing changes to include/charon-core/DllEx.h

  • Committer: Jens Malte Gottfried
  • Date: 2013-06-14 13:57:59 UTC
  • Revision ID: jmgottfried@web.de-20130614135759-88fivzfeyc6gkkie
no more static variables in charon-core, added documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 */
28
28
/** \def charon_core_DLL_PUBLIC
29
29
 *  Preprocessor macro to define this class/function as public visible,
30
 
 *  i.e. to be exported to the dll import library and to the ELF dynamic section
 
30
 *  i.e. to be exported to the charon-core dll import library
 
31
 *  and to the ELF dynamic section
 
32
 */
 
33
/** \def charon_plugins_DLL_PUBLIC
 
34
 *  Preprocessor macro to define this class/function as public visible,
 
35
 *  i.e. to be exported to the charon-plugins dll import library
 
36
 *  and to the ELF dynamic section
 
37
 */
 
38
/** \def charon_groups_DLL_PUBLIC
 
39
 *  Preprocessor macro to define this class/function as public visible,
 
40
 *  i.e. to be exported to the charon-groups dll import library
 
41
 *  and to the ELF dynamic section
31
42
 */
32
43
/** \def charon_core_LOCAL
33
44
 *  Preprocessor macro to define this class/function as hidden,