#include <ikesaexecuter.h>
Inheritance diagram for openikev2::IkeSaExecuter:

Public Member Functions | |
| IkeSaExecuter () | |
| Creates a new IkeSaExecuter. | |
| virtual void | run () |
| Main execution method of the thread. | |
This class executes a Command on a IkeSaController
| void openikev2::IkeSaExecuter::run | ( | ) | [virtual] |
Main execution method of the thread.
This method is executed allways when executeRunnable() is called. Each concrete Thread musts implement this method
Implements openikev2::Runnable.
1.5.1