#include <string>#include <map>#include <utility>#include "AmEventQueue.h"#include "AmEvent.h"#include "AmThread.h"Go to the source code of this file.
Data Structures | |
| class | CallStatusUpdateEvent |
| event that carries out call status update More... | |
| class | CallStatus |
| interface for an update-able call status (AmCallWatcher) More... | |
| class | AmCallWatcher |
| manages call status to be queried by external processes call watcher is an entity for managing call status via events that change status. Events are executed in a separate thread serially by processing the event queue, so synchronous status queries do not block the thread reporting the status change. More... | |
| class | AmCallWatcherGarbageCollector |
| garbage collector for the AmCallWatcher More... | |
Defines | |
| #define | WATCHER_SOFT_EXPIRE_SECONDS 5 |
1.5.1