Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / RTScheduling / VoidData / test.h
blob853c89e1cc22fb9f989b6efe95cd450220037d30
1 #include "ace/Log_Msg.h"
3 class test_impl :public test
5 public:
6 virtual void bar (CORBA::VoidData something)
9 ACE_DEBUG ((LM_DEBUG,
10 "Void Data Passed to method %d\n",
11 *(int*)something));