mirror of
https://github.com/pocoproject/poco.git
synced 2025-07-05 18:01:38 +02:00
writeCommand must be called in sendCommand
This commit is contained in:
parent
1a6dbd0b2d
commit
4dc1d2f62d
@ -98,7 +98,7 @@ public:
|
|||||||
/// A BadCastException will be thrown, when the reply is not of the
|
/// A BadCastException will be thrown, when the reply is not of the
|
||||||
/// given type.
|
/// given type.
|
||||||
{
|
{
|
||||||
sendCommand(command);
|
writeCommand(command);
|
||||||
readReply(result);
|
readReply(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user