[openrtm-commit:01775] r673 - trunk/OpenRTM-aist-Python/OpenRTM_aist/RTM_IDL
openrtm @ openrtm.org
openrtm @ openrtm.org
2016年 2月 27日 (土) 11:35:12 JST
Author: miyamoto
Date: 2016-02-27 11:35:11 +0900 (Sat, 27 Feb 2016)
New Revision: 673
Modified:
trunk/OpenRTM-aist-Python/OpenRTM_aist/RTM_IDL/SharedMemory.idl
Log:
[incompat,bugfix,func,->RELENG_1_2] bug fix. refs #3410
Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/RTM_IDL/SharedMemory.idl
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/RTM_IDL/SharedMemory.idl 2016-02-27 02:04:40 UTC (rev 672)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/RTM_IDL/SharedMemory.idl 2016-02-27 02:35:11 UTC (rev 673)
@@ -25,8 +25,8 @@
interface PortSharedMemory
{
- void open_memory(in long memory_size, in string shm_address);
- void create_memory(in long memory_size, in string shm_address);
+ void open_memory(in unsigned long memory_size, in string shm_address);
+ void create_memory(in unsigned long memory_size, in string shm_address);
void close_memory(in boolean unlink);
void setInterface(in PortSharedMemory sm);
PortStatus put();
More information about the openrtm-commit
mailing list