mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Issue #15 Added CPassiveObserver and CPassiveMutator
These implement a many-to-many publish/subscribe pattern.
This commit is contained in:
@@ -38,6 +38,7 @@ HEADERS += *.h \
|
||||
$$files($$PWD/network/settings/*.h) \
|
||||
$$files($$PWD/network/external/*.h) \
|
||||
$$files($$PWD/pq/*.h) \
|
||||
$$files($$PWD/sharedstate/*.h) \
|
||||
$$files($$PWD/simulation/*.h) \
|
||||
$$files($$PWD/simulation/data/*.h) \
|
||||
$$files($$PWD/simulation/settings/*.h) \
|
||||
@@ -61,6 +62,7 @@ SOURCES += *.cpp \
|
||||
$$files($$PWD/network/settings/*.cpp) \
|
||||
$$files($$PWD/network/external/*.cpp) \
|
||||
$$files($$PWD/pq/*.cpp) \
|
||||
$$files($$PWD/sharedstate/*.cpp) \
|
||||
$$files($$PWD/simulation/*.cpp) \
|
||||
$$files($$PWD/simulation/data/*.cpp) \
|
||||
$$files($$PWD/simulation/settings/*.cpp) \
|
||||
|
||||
Reference in New Issue
Block a user