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

Moving the SendMessage? function over to a const char*, which (I think) should be
the proper way to do it. Still need someone to explain the '\0000' in the old
function...

Files:
1 modified

Legend:

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

    r170 r174  
    2626/* TODO 
    2727 */ 
    28 int32_t SendMessage(int32_t socketFD, char* message); 
     28//int32_t SendMessage(int32_t socketFD, char* message); 
     29int32_t SendMessage(int32_t socketFD, const char* message) ; 
    2930 
    3031