Robot Raconteur Core C++ Library
Toggle main menu visibility
Loading...
Searching...
No Matches
RobotRaconteurCore
include
RobotRaconteur
PeriodicCleanupTask.h
Go to the documentation of this file.
1
23
24
#pragma once
25
26
namespace
RobotRaconteur
27
{
28
29
class
IPeriodicCleanupTask
30
{
31
32
public
:
33
virtual
void
PeriodicCleanupTask() = 0;
34
virtual
~IPeriodicCleanupTask(){};
35
};
36
}
// namespace RobotRaconteur
Generated by
1.17.0