// $Id$ /** * @file CoherentWrite_Test_Base.idl * @author Marcel Smit */ #ifndef COHERENT_WRITE_TEST_BASE_IDL #define COHERENT_WRITE_TEST_BASE_IDL #pragma ndds typesupport "Base/CoherentWrite_Test_BaseSupport.h" struct CoherentWriteTest { string symbol; //@key long iteration; }; typedef sequence CoherentWriteTest_Seq; #endif