#include <loki/SmartPtr.h>
#include "connector.h"
Go to the source code of this file.
Classes | |
class | Listener |
Abstract class for any type of Listener. More... | |
Typedefs | |
typedef Loki::SmartPtr < Listener, Loki::RefCountedMTAdj < Loki::ObjectLevelLockable > ::RefCountedMT > | ListenerP |
The SmartPtr wrapper around Listener. |