| /*============================================================================ | |
| AbyssChanSwitchWin.hpp | |
| ============================================================================== | |
| This declares class AbyssChanSwitchWin, which provides communication | |
| facilities for use with an AbyssServer object that uses Windows | |
| Winsock2 sockets. | |
| ============================================================================*/ | |
| namespace xmlrpc_c { | |
| class XMLRPC_ABYSSPP_EXPORTED AbyssChanSwitchWin : public AbyssChanSwitch { | |
| public: | |
| AbyssChanSwitchWin(unsigned short const listenPortNum); | |
| }; | |
| } // namespace | |