ALMA Computing Group

acsexmplExport.h File Reference

Header file used for Win32 Export directives. More...

#include <acsutil.h>

Include dependency graph for acsexmplExport.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define ACSEXMPL_HAS_DLL   1
#define acsexmpl_EXPORT   ACS_DLL_IMPORT
#define ACSEXMPL_SINGLETON_DECLARATION(T)   ACE_IMPORT_SINGLETON_DECLARATION (T)
#define ACSEXMPL_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)   ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)


Detailed Description

Header file used for Win32 Export directives.

Definition in file acsexmplExport.h.


Define Documentation

#define acsexmpl_EXPORT   ACS_DLL_IMPORT
 

Definition at line 49 of file acsexmplExport.h.

#define ACSEXMPL_HAS_DLL   1
 

Definition at line 40 of file acsexmplExport.h.

#define ACSEXMPL_SINGLETON_DECLARATION  )     ACE_IMPORT_SINGLETON_DECLARATION (T)
 

Definition at line 50 of file acsexmplExport.h.

#define ACSEXMPL_SINGLETON_DECLARE SINGLETON_TYPE,
CLASS,
LOCK   )     ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
 

Definition at line 51 of file acsexmplExport.h.