Show
Ignore:
Timestamp:
03/26/09 13:40:19 (15 years ago)
Author:
bhilburn
Message:

Applying style/semantic fixes to socketcomm.cpp. Removed
unimplemented/unused function decleration from socketcomm.h.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/include/vtcross/socketcomm.h

    r207 r216  
    2020void ReadMessage(int32_t socketFD, char* msgBuffer); 
    2121 
    22  
    2322/* TODO 
    2423 */ 
    2524//int32_t SendMessage(int32_t socketFD, char* message); 
    2625int32_t SendMessage(int32_t socketFD, const char* message) ; 
    27  
    2826 
    2927/* TODO 
     
    3230        struct Radio_Info *radio_info); 
    3331 
    34  
    3532/* TODO 
    3633 */ 
    3734int32_t GetRequest(int32_t socketFD, struct Parameter pList[], \ 
    3835        struct Radio_Info *radio_info); 
    39  
    4036 
    4137/* This is the original function that does what the above function is supposed 
     
    4440int32_t ClientSocket(const char* serverName, const char* portNumber); 
    4541 
    46  
    4742/* TODO 
    4843 */ 
    4944int32_t  AcceptTCPConnection(int32_t servSock); 
    50  
    5145 
    5246/* TODO 
     
    5448int32_t CreateTCPServerSocket(uint16_t port); 
    5549 
    56  
    5750/* TODO 
    5851 */ 
    59 void HandleTCPClient(int32_t socketfd, Utility* uList[], Parameter* pList[], \ 
    60         Observable* oList[], Radio_Info* radio_info); 
    61  
    6252int32_t InitializeTCPServerPort(int32_t servSock); 
    6353