Skip to content

Commit f57c888

Browse files
Update project to use latest QP/C v7.3.3.
1 parent 86da6a0 commit f57c888

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

externals/qpc

Submodule qpc updated 2073 files

test_support/cpputest-qpc-port/include/cmsDummyActiveObject.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232

3333
namespace cms {
3434

35-
#define DUMMY_AO_MODULE_NAME "DummyActiveObject"
36-
3735
/// The Dummy Active Object may be used
3836
/// when an active object (AO) under test is
3937
/// interacting with another AO during a test.
@@ -69,7 +67,6 @@ class DummyActiveObject {
6967

7068
void dummyStart(uint_fast8_t priority = 1)
7169
{
72-
Q_DEFINE_THIS_MODULE(DUMMY_AO_MODULE_NAME);
7370
QACTIVE_START(&m_super, priority,
7471
m_incomingEvents.data(), m_incomingEvents.size(),
7572
nullptr, 0, nullptr);

0 commit comments

Comments
 (0)