Show
Ignore:
Timestamp:
03/21/09 17:47:25 (15 years ago)
Author:
bhilburn
Message:

Moved three functions from the shell's implementation to the socket library.
Have not yet cleaned them up.

Files:
1 modified

Legend:

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

    r174 r176  
    4141        struct CE_Info *ce_info); 
    4242 
     43 
     44/* TODO 
     45 */ 
     46int32_t  AcceptTCPConnection(int32_t servSock); 
     47 
     48 
     49/* TODO 
     50 */ 
     51int32_t CreateTCPServerSocket(unsigned short port); 
     52 
     53 
     54/* TODO 
     55 */ 
     56void HandleTCPClient(int32_t socketfd, Utility * uList[], Parameter * pList[], \ 
     57        Observable * oList[], CE_Info * ce_info); 
     58 
    4359#endif