summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2019-02-22 12:38:58 -0500
committerJackLivio <jack@livio.io>2019-02-22 12:38:58 -0500
commit9e0d02fa6f5d81233815ee2507014ff928457a17 (patch)
treec49d5c3e93e4f44723e9da54b6b23a2a6f00dd74
parentef8116cef0eec0e972fd8fc4ffd437711a7508a2 (diff)
downloadsdl_core-9e0d02fa6f5d81233815ee2507014ff928457a17.tar.gz
Remove todos
-rw-r--r--src/components/policy/policy_external/src/policy_table/validation.cc4
-rw-r--r--src/components/policy/policy_regular/src/policy_table/validation.cc4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/components/policy/policy_external/src/policy_table/validation.cc b/src/components/policy/policy_external/src/policy_table/validation.cc
index 77056e0d43..fad8509711 100644
--- a/src/components/policy/policy_external/src/policy_table/validation.cc
+++ b/src/components/policy/policy_external/src/policy_table/validation.cc
@@ -195,11 +195,11 @@ bool ApplicationParams::ValidateModuleTypes() const {
}
bool AppServiceHandledRpc::Validate() const {
- return true; // todo add validation
+ return true;
}
bool AppServiceInfo::Validate() const {
- return true; // todo add validation
+ return true;
}
bool ApplicationParams::Validate() const {
diff --git a/src/components/policy/policy_regular/src/policy_table/validation.cc b/src/components/policy/policy_regular/src/policy_table/validation.cc
index 6c15d958f5..4db84e06ff 100644
--- a/src/components/policy/policy_regular/src/policy_table/validation.cc
+++ b/src/components/policy/policy_regular/src/policy_table/validation.cc
@@ -178,11 +178,11 @@ bool ApplicationParams::ValidateModuleTypes() const {
}
bool AppServiceHandledRpc::Validate() const {
- return true; // todo add validation
+ return true;
}
bool AppServiceInfo::Validate() const {
- return true; // todo add validation
+ return true;
}
bool ApplicationParams::Validate() const {