OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ifmap_factory.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2017 Juniper Networks, Inc. All rights reserved.
3  */
4 #ifndef __IFMAP__IFMAP_FACTORY_H__
5 #define __IFMAP__IFMAP_FACTORY_H__
6 
7 #include <string>
8 #include <vector>
9 
10 #include <boost/function.hpp>
11 #include "base/factory.h"
12 
13 class EventManager;
15 class IFMapServer;
16 class IFMapXmppChannel;
17 class XmppChannel;
18 
20 };
21 
22 using IfmapXmppChannelRec =
24  XmppChannel *,
25  IFMapServer *,
27 
28 #endif // __IFMAP__IFMAP_FACTORY_H__