

Public Member Functions | |
| CancelCommand (DataLinkWatchdog *watchdog) | |
| virtual void | execute () |
Definition at line 118 of file DataLinkWatchdog_T.h.
| OpenDDS::DCPS::DataLinkWatchdog::CancelCommand::CancelCommand | ( | DataLinkWatchdog * | watchdog | ) | [inline] |
Definition at line 120 of file DataLinkWatchdog_T.h.
00121 : CommandBase(watchdog) 00122 { }
| virtual void OpenDDS::DCPS::DataLinkWatchdog::CancelCommand::execute | ( | void | ) | [inline, virtual] |
Definition at line 124 of file DataLinkWatchdog_T.h.
References OpenDDS::DCPS::DataLinkWatchdog::cancel_i(), and OpenDDS::DCPS::DataLinkWatchdog::CommandBase::watchdog_.
00124 { 00125 watchdog_->cancel_i(); 00126 }

1.6.1