OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
xmpp_factory.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2013 Juniper Networks, Inc. All rights reserved.
3  */
4 
5 #ifndef __ctrlplane__xmpp_factory__
6 #define __ctrlplane__xmpp_factory__
7 
8 #include "base/factory.h"
9 
10 class TcpServer;
11 class XmppChannelConfig;
12 class XmppChannelMux;
13 class XmppConnection;
14 class XmppClient;
17 class XmppServer;
19 class XmppStateMachine;
20 
22 };
23 
26  XmppServer *,
28 
31  XmppClient *,
33 
34 using XmppStateMachineRec =
37  bool,
38  bool,
39  int>;
40 
41 using XmppChannelMuxRec =
43  XmppConnection*>;
44 
47  int>;
48 
49 #endif /* defined(__ctrlplane__xmpp_factory__) */
50