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:
02f18d1
)
Initialize the class member - WGID=24569
48/151248/1
accepted/tizen/unified/20170921.072327
submit/tizen/20170920.092331
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:31:50 +0000
(17:31 +0900)
Change-Id: I78811fcacd077c4bd1772e25ba98be669ea1c6c5
src/SEService.cpp
patch
|
blob
|
history
diff --git
a/src/SEService.cpp
b/src/SEService.cpp
index
d0be217
..
be5a98b
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)
{