Added and integrated the ServicePublisher interface in order to improve management...
authorJohannes Schanda <schanda@itestra.de>
Wed, 29 May 2013 14:59:07 +0000 (16:59 +0200)
committerGerrit Code Review <qqmthk1@lpmodthk02.bmwgroup.net>
Mon, 3 Jun 2013 13:39:40 +0000 (15:39 +0200)
commit8045c85726a34c14188dc8d0d64028156e1df917
tree9647db9b9bd80c1f9214757256b45737c832570f
parent425c2d7010b6a69929c4890964d202ccfa78ec4f
Added and integrated the ServicePublisher interface in order to improve management of services. The equivalent interfaces of the Factory have been flagged as deprecated, documentation on the meaning of this flag has been added.
Also, an interface for asynchronous service discovery has been added to the Factory.
Makefile.am
README
src/CommonAPI/Factory.h
src/CommonAPI/MainLoopContext.h
src/CommonAPI/Runtime.h
src/CommonAPI/ServicePublisher.h [new file with mode: 0644]
src/test/VariantTest.cpp