SocketCom.h
Go to the documentation of this file.
00001 
00009 #ifndef SOCKET_COM_H
00010 #define SOCKET_COM_H
00011 
00012 #include "Socket.h"
00013 
00014 
00015 class SocketCom : public Socket
00016 {
00017         protected :
00018                 int port;
00019                 char * host;
00020                 bool server;
00021         public :
00022                 SocketCom(const char * _host, int _port);
00023                 SocketCom(int port);
00024                 ~SocketCom();
00025                 
00026                 bool PrepareServer();
00027                 bool Open(Socket * newsocket);
00028                 bool Open();
00029 };
00030         
00031 
00032 #endif // SOCKET_COM_H


canon_vbc50i
Author(s): Cedric Pradalier
autogenerated on Mon Jan 6 2014 11:18:27