![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <ldk/SuspendableInterface.hpp>

Public Member Functions | |
| virtual void | doSuspend (SuspendedInterface *si)=0 |
| virtual void | suspend (SuspendedInterface *si) |
| virtual | ~SuspendableInterface () |
Definition at line 35 of file SuspendableInterface.hpp.
| virtual wns::ldk::SuspendableInterface::~SuspendableInterface | ( | ) | [inline, virtual] |
Definition at line 39 of file SuspendableInterface.hpp.
| virtual void wns::ldk::SuspendableInterface::doSuspend | ( | SuspendedInterface * | si | ) | [pure virtual] |
Implemented in wns::ldk::SuspendSupport.
| virtual void wns::ldk::SuspendableInterface::suspend | ( | SuspendedInterface * | si | ) | [inline, virtual] |
Definition at line 43 of file SuspendableInterface.hpp.
1.5.5