Implement the listener_t interface in the Android plugin to track the status of an SA.

This commit is contained in:
Tobias Brunner
2010-06-24 14:30:05 +02:00
parent 94ec9adc10
commit 8b775e99ea
2 changed files with 47 additions and 2 deletions
@@ -23,6 +23,8 @@
typedef struct android_service_t android_service_t;
#include <bus/listeners/listener.h>
#include "android_creds.h"
/**
@@ -30,6 +32,11 @@ typedef struct android_service_t android_service_t;
*/
struct android_service_t {
/**
* Implements listener_t.
*/
listener_t listener;
/**
* Destroy a android_service_t.
*/