The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ClientBinder.cpp
Go to the documentation of this file.
1 /*
2  * ClientBinder.cpp
3  *
4  * Created on: 15 Jul 2012
5  * Author: Patrick
6  */
7 
8 #include "ClientBinder.h"
9 
10 #include "RPCBind.h"
11 
12 
13 namespace WinampRemote
14 {
15 namespace Client
16 {
17 
18 ClientBinder::ClientBinder(const char * address, const char * port)
19 {
20  Bind(address, port, pszProtocolSequenceNP);
21 
22 }
23 
25 {
26  UnBind();
27 }
28 
29 } /* namespace Client */
30 } /* namespace WinampRemote */