8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 02:03:03 +01:00
This commit is contained in:
asfernandes 2008-05-13 01:29:38 +00:00
parent 18dc9bc7cb
commit ee7a3f5930
5 changed files with 12 additions and 10 deletions

View File

@ -42,13 +42,14 @@ public:
{
}
const Firebird::string vcx_context_name;
const Firebird::MetaName vcx_relation_name;
const USHORT vcx_context;
static const USHORT generate(const void*, const ViewContext* vc)
{
return vc->vcx_context;
}
const Firebird::string vcx_context_name;
const Firebird::MetaName vcx_relation_name;
const USHORT vcx_context;
};
typedef Firebird::SortedArray<ViewContext*, Firebird::EmptyStorage<ViewContext*>,

View File

@ -5223,6 +5223,7 @@ SSHORT rem_port::asyncReceive(PACKET* asyncPacket, const UCHAR* buffer, SSHORT d
// xdr packet fits into network packet.
port_async_receive->receive(asyncPacket);
}
SSHORT asyncSize = dataSize - port_async_receive->port_receive.x_handy;
switch(asyncPacket->p_operation)