Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / Sequence_Unit_Tests / testing_exception.hpp
blob8423204bfbb986f0496971519bd128be7ef9cf8c
1 #ifndef guard_testing_exception_hpp
2 #define guard_testing_exception_hpp
3 /**
4 * @file
6 * @brief Simple exception to raise in the tests.
8 * @author Carlos O'Ryan
9 */
11 struct testing_exception {};
13 #endif // guard_testing_exception_hpp