Show
Ignore:
Timestamp:
03/23/09 10:51:57 (15 years ago)
Author:
bhilburn
Message:

Abandoning the RemoteComponent? struct; migrating to a simple socketFD
and boolean field.

Files:
1 modified

Legend:

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

    r184 r187  
    3939 
    4040 
    41 /* TODO 
    42  * This is meant as the future replacement for the function below it.  It is 
    43  * still a work in progress, and needs a code-review before we move to it 
    44  * entirely. 
    45  */ 
    46 void CreateClientSocket(struct RemoteComponent* serverInfo); 
    47  
    48  
    4941/* This is the original function that does what the above function is supposed 
    5042 * to do.