murphy: update to match changed domain-controller signatures. 43/29543/1 accepted/tizen/ivi/20141030.014754 accepted/tizen/ivi/20141031.050644 submit/tizen_ivi/20141029.111742 submit/tizen_ivi/20141030.144742
authorKrisztian Litkey <krisztian.litkey@intel.com>
Wed, 29 Oct 2014 11:10:39 +0000 (13:10 +0200)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Wed, 29 Oct 2014 11:10:39 +0000 (13:10 +0200)
Change-Id: I68c5fea6da480cee4170de2414694f0289aa2f9f

PluginControlInterfaceMurphy/src/MurphyInterface.cpp

index 25a2b5e..073e0b0 100644 (file)
@@ -161,8 +161,8 @@ void MurphyInterface::DestroyDomainController()
 
 
 static int connect_request_cb(mrp_domctl_t *ctl,
-                              int narg, mrp_domctl_arg_t *args,
-                              int *nout, mrp_domctl_arg_t *outs,
+                              uint32_t narg, mrp_domctl_arg_t *args,
+                              uint32_t *nout, mrp_domctl_arg_t *outs,
                               void *user_data)
 {
   MurphyInterface           *self = static_cast<MurphyInterface *>(user_data);
@@ -375,7 +375,7 @@ void MurphyInterface::ExportSinksAndSources()
 
 
 static void request_route_reply_cb(mrp_domctl_t *dc, int error, int retval,
-                                   int narg, mrp_domctl_arg_t *args,
+                                   uint32_t narg, mrp_domctl_arg_t *args,
                                    void *user_data)
 {
   MurphyInterface      *self = mctl::MurphyInterface::getMurphyInterface();