summaryrefslogtreecommitdiff
path: root/source/CEH/commands_impl.cpp
diff options
context:
space:
mode:
authorGjorgji <gjorgji.petkovski@seavus.com>2011-10-19 15:22:31 +0100
committerViktor Mladenovski <viktor.mladenovski@seavus.com>2011-10-28 18:56:05 +0200
commit6a702a0d231d02360066f718c5ef4e38431ddc8a (patch)
tree0c6bd094ba2c6cecc1bd18269d975657a5d1f85e /source/CEH/commands_impl.cpp
parent0ee6a4fffd68ec125fc7e7e0854aa10d8c09efc0 (diff)
Flash based ARB support.
ST-Ericsson ID: 344196 ST-Ericsson FOSS-OUT ID: NA Change-Id: Id4e7569ebe5f41806ceb9d57915acd434c27ef93 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/30353 Tested-by: Vlatko STENKOSKI Reviewed-by: Zoran ANCEVSKI <zoran.ancevski@seavus.com>
Diffstat (limited to 'source/CEH/commands_impl.cpp')
-rw-r--r--source/CEH/commands_impl.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/CEH/commands_impl.cpp b/source/CEH/commands_impl.cpp
index 8cceed9..768f075 100644
--- a/source/CEH/commands_impl.cpp
+++ b/source/CEH/commands_impl.cpp
@@ -421,3 +421,10 @@ ErrorCode_e LoaderRpcInterfaceImpl::DoneRPC_Security_BindPropertiesImpl(uint16 S
return E_SUCCESS;
}
+
+ErrorCode_e LoaderRpcInterfaceImpl::DoneRPC_Security_InitARBTableImpl(uint16 Session, ErrorCode_e Status)
+{
+ cmdResult_->GeneralResponse_Session = Session;
+
+ return E_SUCCESS;
+}