IFsm.h
Go to the documentation of this file.
00001 // -*- C++ -*-
00020 #ifndef RTC_LOCAL_IFSM_H
00021 #define RTC_LOCAL_IFSM_H
00022  
00023 namespace RTC
00024 {
00025 namespace Local
00026 {
00036     class IFsm
00037     {
00038     public:
00039       virtual ~IFsm() {};
00040     };
00041 };     // namespace Local
00042 };     // namespace RTC
00043 #endif // RTC_LOCAL_IFSM_H
00044   
00045   


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Thu Aug 27 2015 14:16:37