OpenSDN source code
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 *,
27  const XmppChannelConfig *>;
28 
31  XmppClient *,
32  const XmppChannelConfig *>;
33 
37  bool,
38  bool,
39  int>;
40 
44 
47  int>;
48 
49 #endif /* defined(__ctrlplane__xmpp_factory__) */
50