repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git]
/
TAO
/
tests
/
Sequence_Unit_Tests
/
testing_exception.hpp
blob
8423204bfbb986f0496971519bd128be7ef9cf8c
1
#ifndef guard_testing_exception_hpp
2
#define guard_testing_exception_hpp
3
/**
4
* @file
5
*
6
* @brief Simple exception to raise in the tests.
7
*
8
* @author Carlos O'Ryan
9
*/
10
11
struct
testing_exception
{};
12
13
#endif
// guard_testing_exception_hpp