2 //=============================================================================
4 * @file Compiler_Features_20_DLL.h
6 * Test DLL export with default constructor
8 //=============================================================================
10 #ifndef ACE_TESTS_COMPILER_FEATURES_20_DLL_H
11 #define ACE_TESTS_COMPILER_FEATURES_20_DLL_H
13 #include "test_config.h"
14 #include "Compiler_Features_20_DLL_Export.h"
16 class COMPILER_FEATURES_20_DLL_Export UtcT
22 #endif /* ACE_TESTS_COMPILER_FEATURES_20_DLL_H */