Home
last modified time | relevance | path

Searched refs:HandshakeType (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/automation/inc/automation/
H A Dcommdefines.hxx121 typedef comm_USHORT HandshakeType; typedef
128 #define CH_REQUEST_HandshakeAlive ((HandshakeType)0x0101) /// Fordert eine Alive Antwort an
129 #define CH_RESPONSE_HandshakeAlive ((HandshakeType)0x0102) /// Alive Antwort
136 #define CH_SUPPORT_OPTIONS ((HandshakeType)0x0103)
140 #define CH_REQUEST_ShutdownLink ((HandshakeType)0x0104) /// Request to Shutdown this link
141 #define CH_ShutdownLink ((HandshakeType)0x0105) /// Shutdown this link
143 #define CH_SetApplication ((HandshakeType)0x0106) /// Set Description of Client
H A Dsimplecm.hxx202 virtual sal_Bool SendHandshake( HandshakeType aHandshakeType, SvStream* pData = NULL)=0;
348 virtual sal_Bool SendHandshake( HandshakeType aHandshakeType, SvStream* pData = NULL);
/aoo42x/main/automation/source/simplecm/
H A Dpackethandler.hxx61 …virtual comm_BOOL SendHandshake( HandshakeType aHandshakeType, const void* pData = NULL, comm_UINT…
H A Dpackethandler.cxx251 comm_BOOL PacketHandler::SendHandshake( HandshakeType aHandshakeType, const void* pData, comm_UINT3… in SendHandshake()
H A Dsimplecm.cxx306 sal_Bool SimpleCommunicationLinkViaSocket::SendHandshake( HandshakeType aHandshakeType, SvStream* p… in SendHandshake()

Completed in 23 milliseconds