IntrospectionRegistry changes, does not compile

This commit is contained in:
Matej Sekoranja
2012-07-24 23:00:20 +02:00
parent 1b6587336e
commit 3ea38d79dd
18 changed files with 174 additions and 349 deletions

View File

@@ -122,7 +122,7 @@ void BaseChannelRequesterFailureMessageTransportSender::send(ByteBuffer* buffer,
control->startMessage(_command, sizeof(int32)/sizeof(int8) + 1);
buffer->putInt(_ioid);
buffer->put(_qos);
_transport->getIntrospectionRegistry()->serializeStatus(buffer, control, _status);
_status.serialize(buffer, control);
}
void BaseChannelRequesterFailureMessageTransportSender::lock()