summaryrefslogtreecommitdiff
path: root/server/udm-server.project
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2016-01-16 09:01:18 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2016-01-16 09:01:18 +0300
commitbb8cd8a9ff7d80046cc2c7d41742c74d8f811c62 (patch)
tree9353ecb0293fd89b8d08d893332ca7e912c3efa3 /server/udm-server.project
parent454ed688836c9de52039b84ea381ffd22890a6e8 (diff)
i am alive )
updated copyrights (new year) server: started implementation of api for module events (module should be able to fire event which will be delivered to clients which have subscribed for this event type)
Diffstat (limited to 'server/udm-server.project')
-rw-r--r--server/udm-server.project2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/udm-server.project b/server/udm-server.project
index d8d0899..bc75b55 100644
--- a/server/udm-server.project
+++ b/server/udm-server.project
@@ -39,6 +39,7 @@
<File Name="src/utilities.cpp"/>
<File Name="src/event_subscription_event.cpp"/>
<File Name="src/event_subscription_repeated.cpp"/>
+ <File Name="src/api_core_events.cpp"/>
</VirtualDirectory>
<VirtualDirectory Name="include">
<File Name="../protocol/udm.pb.h"/>
@@ -59,6 +60,7 @@
<File Name="include/event_subscription_base.h"/>
<File Name="include/event_subscription_event.h"/>
<File Name="include/event_subscription_repeated.h"/>
+ <File Name="include/api_core_events.h"/>
</VirtualDirectory>
<Dependencies Name="Debug"/>
<VirtualDirectory Name="protocol">