summaryrefslogtreecommitdiff
path: root/bridges/inc/bridges/remote/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/inc/bridges/remote/connection.h')
-rw-r--r--bridges/inc/bridges/remote/connection.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/bridges/inc/bridges/remote/connection.h b/bridges/inc/bridges/remote/connection.h
index 9ed8fad10d02..6e85250d8234 100644
--- a/bridges/inc/bridges/remote/connection.h
+++ b/bridges/inc/bridges/remote/connection.h
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -35,16 +35,16 @@
struct remote_Connection
{
void ( SAL_CALL * acquire ) ( remote_Connection *);
-
+
void ( SAL_CALL * release ) ( remote_Connection *);
-
+
/**
reads nSize bytes from the connection. This method blocks, until
all bytes are available or an error occurs.
@return Number of bytes read.
If the return value is less than nSize, an unrecoverable
i/o error has occured or the connection was closed.
-
+
*/
sal_Int32 (SAL_CALL * read)(remote_Connection *, sal_Int8 *pDest, sal_Int32 nSize );