--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Orb/Doxygen/examples/example_test.cpp Thu Jan 21 17:29:01 2010 +0000 @@ -0,0 +1,5 @@ +void main() +{ + Test t; + t.example(); +}