[openrtm-commit:00553] r624 - branches/work/ForFileNameservice/jp.go.aist.rtm.RTC/src/jp/go/aist/rtm/RTC
openrtm @ openrtm.org
openrtm @ openrtm.org
2012年 1月 6日 (金) 15:48:03 JST
Author: fsi-katami
Date: 2012-01-06 15:48:02 +0900 (Fri, 06 Jan 2012)
New Revision: 624
Modified:
branches/work/ForFileNameservice/jp.go.aist.rtm.RTC/src/jp/go/aist/rtm/RTC/LocalServiceProfile.java
Log:
Changed from the interface type to the class type. refs 2310
Modified: branches/work/ForFileNameservice/jp.go.aist.rtm.RTC/src/jp/go/aist/rtm/RTC/LocalServiceProfile.java
===================================================================
--- branches/work/ForFileNameservice/jp.go.aist.rtm.RTC/src/jp/go/aist/rtm/RTC/LocalServiceProfile.java 2012-01-06 01:02:06 UTC (rev 623)
+++ branches/work/ForFileNameservice/jp.go.aist.rtm.RTC/src/jp/go/aist/rtm/RTC/LocalServiceProfile.java 2012-01-06 06:48:02 UTC (rev 624)
@@ -5,7 +5,7 @@
* {@.ja LocalServiceのプロファイルデータ}
* {@.en Profile data structure of LocalService}
*/
-public interface LocalServiceProfile {
+public class LocalServiceProfile {
/**
* {@.ja LocalServiceのサービス名}
* {@.en The name of LocalService}
openrtm-commit メーリングリストの案内