aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/tests
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-09-29 16:36:59 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-09-29 16:44:36 +0200
commitdb0b5402657e33a7737ad7490473a7fd12850de7 (patch)
tree783cb5b9b3d22f32d6b3574be00c0c4356476caf /messagebus/src/tests
parentf4f8d93f3be2a2b91ba0db4034db2a1811f438fb (diff)
Protocols tells if they require sequencing of messages. If not messages might be reordered for efficiency.
Diffstat (limited to 'messagebus/src/tests')
-rw-r--r--messagebus/src/tests/protocolrepository/protocolrepository.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/messagebus/src/tests/protocolrepository/protocolrepository.cpp b/messagebus/src/tests/protocolrepository/protocolrepository.cpp
index b2454eb272a..b6178449918 100644
--- a/messagebus/src/tests/protocolrepository/protocolrepository.cpp
+++ b/messagebus/src/tests/protocolrepository/protocolrepository.cpp
@@ -48,6 +48,7 @@ public:
(void)data;
throw std::exception();
}
+ bool requireSequencing() const override { return false; }
};
int