diff options
| author | 2010-01-11 21:25:18 +0100 | |
|---|---|---|
| committer | 2010-01-12 00:41:05 +0100 | |
| commit | b1d1a80eb005ff5d661a8a0185566a4ebaf519d6 (patch) | |
| tree | 9c5594cc776ad78b1835682e415ae80094089f93 /src/InstallationProxy.h | |
| parent | feda83dcc52af2f6a26f9bb1d2b71b0bfc52cd21 (diff) | |
| download | libimobiledevice-b1d1a80eb005ff5d661a8a0185566a4ebaf519d6.tar.gz libimobiledevice-b1d1a80eb005ff5d661a8a0185566a4ebaf519d6.tar.bz2 | |
InstallationProxy: use new property_list_service
Diffstat (limited to 'src/InstallationProxy.h')
| -rw-r--r-- | src/InstallationProxy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/InstallationProxy.h b/src/InstallationProxy.h index c8c5ef1..f0b5691 100644 --- a/src/InstallationProxy.h +++ b/src/InstallationProxy.h | |||
| @@ -24,9 +24,10 @@ | |||
| 24 | #include <glib.h> | 24 | #include <glib.h> |
| 25 | 25 | ||
| 26 | #include "libiphone/installation_proxy.h" | 26 | #include "libiphone/installation_proxy.h" |
| 27 | #include "property_list_service.h" | ||
| 27 | 28 | ||
| 28 | struct instproxy_client_int { | 29 | struct instproxy_client_int { |
| 29 | iphone_connection_t connection; | 30 | property_list_service_client_t parent; |
| 30 | GMutex *mutex; | 31 | GMutex *mutex; |
| 31 | GThread *status_updater; | 32 | GThread *status_updater; |
| 32 | }; | 33 | }; |
