cdev-1.7.2n
This commit is contained in:
12
extensions/cdevGenericServer/cdevReactor/cdevSocketConnector.h
Executable file
12
extensions/cdevGenericServer/cdevReactor/cdevSocketConnector.h
Executable file
@@ -0,0 +1,12 @@
|
||||
#ifndef _CDEV_SOCKET_CONNECTOR_H_
|
||||
#define _CDEV_SOCKET_CONNECTOR_H_
|
||||
|
||||
#include "cdevSocketStream.h"
|
||||
|
||||
class CDEV_REACTOR_API cdevSocketConnector : public cdevSocketStream
|
||||
{
|
||||
public:
|
||||
int connect (const cdevAddr & remote_addr );
|
||||
};
|
||||
|
||||
#endif /* _CDEV_SOCK_CONNECTOR_H */
|
||||
Reference in New Issue
Block a user