summaryrefslogtreecommitdiff
path: root/automation/source/simplecm/tcpio.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'automation/source/simplecm/tcpio.hxx')
-rw-r--r--automation/source/simplecm/tcpio.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/automation/source/simplecm/tcpio.hxx b/automation/source/simplecm/tcpio.hxx
index 07c3edba7a5b..3240a8156d60 100644
--- a/automation/source/simplecm/tcpio.hxx
+++ b/automation/source/simplecm/tcpio.hxx
@@ -49,10 +49,10 @@ public:
/// implement ITransmiter
- virtual comm_USHORT TransferBytes( const void* pBuffer, comm_UINT32 nLen );
+ virtual comm_UINT16 TransferBytes( const void* pBuffer, comm_UINT32 nLen );
/// implement IReceiver
- virtual comm_USHORT ReceiveBytes( void* pBuffer, comm_UINT32 nLen );
+ virtual comm_UINT16 ReceiveBytes( void* pBuffer, comm_UINT32 nLen );
// helper
void SetStreamSocket( osl::StreamSocket* pSocket );