OpenRTM-aist  2.1.0
DirectPortBase.h
Go to the documentation of this file.
1 // -*- C++ -*-
17 #ifndef RTC_DIRECTPORTBASE_H
18 #define RTC_DIRECTPORTBASE_H
19 
20 
21 
22 
23 
24 
25 
26 namespace RTC
27 {
47  {
48  public:
60  virtual ~DirectPortBase() = default;
61 
62 
63 
64  };
65 } // namespace RTC
66 
67 #endif // RTC_DIRECTINPORTBASE_H
Definition: DirectPortBase.h:47
virtual ~DirectPortBase()=default
Destructor.
RT-Component.