adapter: Initial transition to managed objects
authorSamuel Ortiz <sameo@linux.intel.com>
Tue, 22 Oct 2013 23:58:04 +0000 (01:58 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 10 Nov 2013 16:57:09 +0000 (17:57 +0100)
commite17ec5222707768b5f039b224077ec98c2d5f23f
tree8586846a88be4174488fdc582be9432b50bf4fe5
parent2673654f7bcbf9ca365e1485682019924427c5f5
adapter: Initial transition to managed objects

The manager Adapters property is removed. And so are the adapter Tags
and Devices properties. All of them become managed objects and thus no
longer need to be explicit parent object properties.
Since the only methods left to the Manager interface were agent
registration ones, the Manager interface becomes the AgentManager one.
22 files changed:
Makefile.am
doc/adapter-api.txt
doc/agent-api.txt
doc/manager-api.txt [deleted file]
doc/phdc-api.txt
include/dbus.h
plugins/phdc.c
src/adapter.c
src/agent.c
src/manager.c
src/near.h
test/disable-adapter [deleted file]
test/enable-adapter [deleted file]
test/handover-agent
test/list-adapters [deleted file]
test/monitor-near
test/ndef-agent
test/neardutils.py [new file with mode: 0644]
test/phdc-simple-manager
test/start-poll [deleted file]
test/stop-poll [deleted file]
test/test-adapter [new file with mode: 0755]