--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Orb/Doxygen/examples/example_test.cpp Fri Apr 23 20:47:58 2010 +0100 @@ -0,0 +1,5 @@ +void main() +{ + Test t; + t.example(); +}