summaryrefslogtreecommitdiff
path: root/TAO/tests/Sequence_Iterators/testing_exception.hpp
blob: 2fc4c54019762018abfc512b9eaffcd3be8d2e57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef guard_testing_exception_hpp
#define guard_testing_exception_hpp
/**
 * @file
 *
 * @brief Simple exception to raise in the tests.
 *
 * $Id$
 *
 * @author Carlos O'Ryan
 */

struct testing_exception {};

#endif // guard_testing_exception_hpp