summaryrefslogtreecommitdiffstats
path: root/positioning/server/src/ServiceInterface/CommUsbIf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'positioning/server/src/ServiceInterface/CommUsbIf.cpp')
-rw-r--r--positioning/server/src/ServiceInterface/CommUsbIf.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/positioning/server/src/ServiceInterface/CommUsbIf.cpp b/positioning/server/src/ServiceInterface/CommUsbIf.cpp
index ff122e33..b776ff07 100644
--- a/positioning/server/src/ServiceInterface/CommUsbIf.cpp
+++ b/positioning/server/src/ServiceInterface/CommUsbIf.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -119,11 +119,11 @@ EFrameworkunifiedStatus CommUsbIfNotifyOnCommUSBAvailability(CbFuncPtr fp_on_cmd
happ = _pb_GetAppHandle();
if (happ != NULL) { // LCOV_EXCL_BR_LINE 4: nsfw error
/* PS_CommUSB/Availability Changing notification registration */
-// estatus = FrameworkunifiedSubscribeNotificationWithCallback(happ, NTFY_CommUSB_Availability, fp_on_cmd); // LCOV_EXCL_BR_LINE 6:unexpected branch //NOLINT (whitespace/line_length)
-// if (eFrameworkunifiedStatusOK != estatus) { // LCOV_EXCL_BR_LINE 4: nsfw error
-// FRAMEWORKUNIFIEDLOG(ZONE_ERR, __FUNCTION__,
-// "PositioningSubscriveNotificationswithCallback ERROR!! [estatus=%d]", estatus);
-// }
+ estatus = FrameworkunifiedSubscribeNotificationWithCallback(happ, NTFY_CommUSB_Availability, fp_on_cmd); // LCOV_EXCL_BR_LINE 6:unexpected branch //NOLINT (whitespace/line_length)
+ if (eFrameworkunifiedStatusOK != estatus) { // LCOV_EXCL_BR_LINE 4: nsfw error
+ FRAMEWORKUNIFIEDLOG(ZONE_ERR, __FUNCTION__,
+ "PositioningSubscriveNotificationswithCallback ERROR!! [estatus=%d]", estatus);
+ }
} else {
FRAMEWORKUNIFIEDLOG(ZONE_ERR, __FUNCTION__, "_pb_GetAppHandle ERROR!! [happ=%p]", happ);
}