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.h
Go to the documentation of this file.
1 /*
2  * ClientBinder.h
3  *
4  * Created on: 15 Jul 2012
5  * Author: Patrick
6  */
7 
8 #ifndef CLIENTBINDER_H_
9 #define CLIENTBINDER_H_
10 
11 namespace WinampRemote
12 {
13 namespace Client
14 {
15 
20 {
21 public:
27  ClientBinder(const char * address, const char * port);
28  virtual ~ClientBinder();
29 };
30 
31 } /* namespace Client */
32 } /* namespace WinampRemote */
33 #endif /* CLIENTBINDER_H_ */