forked from augcampos/asterisk-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathManager.hpp
More file actions
31 lines (22 loc) · 827 Bytes
/
Manager.hpp
File metadata and controls
31 lines (22 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*
* manager.hpp
*
* Created on: Feb 10, 2012
* Author: augcampos
*/
#ifndef MANAGER_HPP_
#define MANAGER_HPP_
#include "asteriskcpp/manager/ManagerConnection.h"
#include "asteriskcpp/manager/actions/AbsoluteTimeoutAction.h"
#include "asteriskcpp/manager/actions/CommandAction.h"
#include "asteriskcpp/manager/actions/EventsAction.h"
#include "asteriskcpp/manager/actions/ListCommandsAction.h"
#include "asteriskcpp/manager/actions/LoginAction.h"
#include "asteriskcpp/manager/responses/ManagerResponse.h"
#include "asteriskcpp/manager/responses/CommandResponse.h"
#include "asteriskcpp/manager/Actions.hpp"
#include "asteriskcpp/manager/Events.hpp"
#include "asteriskcpp/exceptions/Exception.h"
#include "asteriskcpp/utils/LogHandler.h"
#include "asteriskcpp/utils/timesupport.h"
#endif /* MANAGER_HPP_ */