alwayson_net_plugin/pdpcontextmanager2/src/caoserver.cpp
changeset 18 fcbbe021d614
parent 4 77415202bfc8
child 41 bbb64eb3bdee
equal deleted inserted replaced
4:77415202bfc8 18:fcbbe021d614
   430     User::LeaveIfError( err );
   430     User::LeaveIfError( err );
   431         
   431         
   432     // Create property subscriber
   432     // Create property subscriber
   433     iPDPPropertySubscriber = CAOAsyncWrapper<CAOServer>::NewL(
   433     iPDPPropertySubscriber = CAOAsyncWrapper<CAOServer>::NewL(
   434         this,
   434         this,
   435         &PDPPropertySubscriptionIssueRequest,
   435         &CAOServer::PDPPropertySubscriptionIssueRequest,
   436         &PDPPropertySubscriptionRunL,
   436         &CAOServer::PDPPropertySubscriptionRunL,
   437         &PDPPropertySubscriptionDoCancel,
   437         &CAOServer::PDPPropertySubscriptionDoCancel,
   438         NULL );
   438         NULL );
   439         
   439         
   440     // Subscribe
   440     // Subscribe
   441     IssuePDPPropertySubscription();
   441     IssuePDPPropertySubscription();
   442     }
   442     }