Fix C++ style warnings (CRC) 09/157309/4
authorLeszek Zygo <l.zygo@samsung.com>
Mon, 23 Oct 2017 15:55:49 +0000 (17:55 +0200)
committerTomasz Swierczek <t.swierczek@samsung.com>
Tue, 24 Oct 2017 09:12:18 +0000 (09:12 +0000)
commitb63e5a7c5062a7754819cbc65a4a9092f265b4ad
treec9b583b8209ee46220a16171af24ff8f86be4e72
parent655119962b0100380bfb4a005d89814f26e9afa6
Fix C++ style warnings (CRC)

Change-Id: Ief75cb7fb549697ddab8cec0c5ebd41c9c1149d8
Signed-off-by: Leszek Zygo <l.zygo@samsung.com>
68 files changed:
TEEStub/PropertyAccess/PropertyApi.cpp
TEEStub/PropertyAccess/PropertyUtility.cpp
TEEStub/PropertyAccess/TAProperty.cpp
TEEStub/PropertyAccess/TEEProperty.cpp
TEEStub/TACommands/MakeCommand.cpp
TEEStub/TACommands/SharedMemoryMap.cpp
TEEStub/TEEStubServer/ConnectionSession.cpp
TEEStub/TaskStrategy/TaskQueuedStrategy.cpp
TEEStub/teestubmain.cpp
include/include/tee_internal_api.h
include/include/tee_sim_command.h
include/include/teestub_command_data.h
log/log.h
osal/Osal.h
simulatordaemon/inc/ClientCommands/CommandBase.h
simulatordaemon/inc/ClientCommands/CommandInvokeCommand.h
simulatordaemon/inc/ClientCommands/CommandInvokeTACommand.h
simulatordaemon/inc/ClientCommands/CommandPanic.h
simulatordaemon/inc/ClientCommands/CommandRegSharedMem.h
simulatordaemon/inc/ClientCommands/CommandRelSharedMem.h
simulatordaemon/inc/ClientCommands/CommandReqCancellation.h
simulatordaemon/inc/ResponseCommands/ResCommandInvokeCommand.h
simulatordaemon/inc/ResponseCommands/ResCommandReqCancellation.h
simulatordaemon/src/ClientCommands/CommandCloseSession.cpp
simulatordaemon/src/ClientCommands/CommandCloseTASession.cpp
simulatordaemon/src/ClientCommands/CommandInvokeCommand.cpp
simulatordaemon/src/ClientCommands/CommandInvokeTACommand.cpp
simulatordaemon/src/ClientCommands/CommandOpenTASession.cpp
simulatordaemon/src/ClientCommands/MakeCommand.cpp
simulatordaemon/src/ConnectionSession.cpp
simulatordaemon/src/ResponseCommands/ResCommandCloseSession.cpp
simulatordaemon/src/ResponseCommands/ResCommandInvokeCommand.cpp
simulatordaemon/src/ResponseCommands/ResMakeCommand.cpp
simulatordaemon/src/SecurityContext.cpp
simulatordaemon/src/Session.cpp
simulatordaemon/src/TABinaryManager/TABinaryManager.h
simulatordaemon/src/TABinaryManager/TAManifest.cpp
simulatordaemon/src/TABinaryManager/TAManifest.h
simulatordaemon/src/TABinaryManager/TAUnpack.cpp
simulatordaemon/src/TABinaryManager/TestMain.cpp
simulatordaemon/src/TAFactory.cpp
simulatordaemon/src/TAInstance.cpp
simulatordaemon/src/TEEContext.cpp
ssflib/dep/cryptocore/include/CC_API.h
ssflib/dep/cryptocore/include/CC_Context.h
ssflib/dep/cryptocore/include/base/cc_bignum.h
ssflib/dep/cryptocore/include/base/cc_des.h
ssflib/dep/cryptocore/include/base/cc_ecc.h
ssflib/dep/cryptocore/include/base/cc_fast_math.h
ssflib/dep/cryptocore/include/base/cc_md5.h
ssflib/dep/cryptocore/include/base/cc_moo.h
ssflib/dep/cryptocore/include/drm_macro.h
ssflib/dep/swdss/include/file_op.h
ssflib/dep/swdss/include/secure_file.h
ssflib/dep/swdss/include/ss_types.h
ssflib/dep/swdss/source/file_op.cpp
ssflib/dep/swdss/source/ss_crypto.cpp
ssflib/dep/swdss/source/ss_temp_store.cpp
ssflib/dep/time/ssf_time.cpp
ssflib/dep/uci/include/uci_type.h
ssflib/inc/app_debug.h
ssflib/inc/permission.h
ssflib/src/app_debug.cpp
ssflib/src/ssf_arithmetic.cpp
ssflib/src/ssf_crypto.cpp
ssflib/src/ssf_lib.cpp
ssflib/src/ssf_storage.cpp
ssflib/src/ssf_taentrypoint.cpp