projects
/
platform
/
core
/
api
/
smartcard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16cd389
)
Initialize the class member - WGID=24569
50/151250/1
accepted/tizen/4.0/unified/20170921.073521
submit/tizen_4.0/20170920.092319
tizen_4.0.IoT.p1_release
tizen_4.0.IoT.p2_release
tizen_4.0.m2_release
author
Taesoo Jun
<steve.jun@samsung.com>
Wed, 20 Sep 2017 08:31:50 +0000
(17:31 +0900)
committer
Taesoo Jun
<steve.jun@samsung.com>
Wed, 20 Sep 2017 08:32:30 +0000
(08:32 +0000)
Change-Id: I78811fcacd077c4bd1772e25ba98be669ea1c6c5
src/SEService.cpp
patch
|
blob
|
history
diff --git
a/src/SEService.cpp
b/src/SEService.cpp
index d0be2173b9d134e86a2579aa81aa10a9aef30276..be5a98b72cc5dc01271199aa5c84baad6c9712f5 100755
(executable)
--- a/
src/SEService.cpp
+++ b/
src/SEService.cpp
@@
-48,7
+48,7
@@
namespace smartcard_service_api
SEService::SEService(void *user_data, serviceConnected handler)
throw(ErrorIO &, ErrorIllegalParameter &) :
- SEServiceHelper(), handle(-1), listener(NULL),
+ SEServiceHelper(), handle(-1),
context(NULL),
listener(NULL),
event_handler(NULL), event_handler_context(NULL),
proxy(NULL), version(VERSION)
{