// $Id$ /** * @file CoherentUpdate_Test_Base.idl * @author Marcel Smit */ #ifndef COHERENT_UPDATE_TEST_BASE_IDL #define COHERENT_UPDATE_TEST_BASE_IDL #pragma ndds typesupport "Base/CoherentUpdate_Test_BaseSupport.h" #pragma opendds typesupport "Base/CoherentUpdate_Test_BaseTypeSupportImpl.h" #pragma DCPS_DATA_TYPE "CoherentUpdateTest" #pragma DCPS_DATA_KEY "CoherentUpdateTest symbol" struct CoherentUpdateTest { string symbol; //@key long iteration; }; typedef sequence CoherentUpdateTestSeq; #endif