Added appropriate comment to address a TODO
authorSudarshan Prasad <sudarshan.prasad@intel.com>
Fri, 30 Jan 2015 01:39:11 +0000 (17:39 -0800)
committerSashi Penta <sashi.kumar.penta@intel.com>
Fri, 30 Jan 2015 03:35:59 +0000 (03:35 +0000)
Change-Id: I8299a7e6c3e3617d02513e794d4ff0c01b669f51
Signed-off-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/275
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Yuliya Kamatkova <yuliya.kamatkova@intel.com>
Reviewed-by: Sashi Penta <sashi.kumar.penta@intel.com>
resource/csdk/stack/src/ocstack.c

index f96d83f..838722e 100644 (file)
@@ -242,7 +242,8 @@ OCStackResult OCToCAConnectivityType(OCConnectivityType ocConType, CAConnectivit
             *caConType = CA_LE;
             break;
         case OC_ALL:
-            //TODO-CA Add other connectivity types as they are enabled
+            // Currently OC_ALL represents WIFI and ETHERNET
+            // Add other connectivity types as they are enabled in future
             *caConType = (CA_WIFI|CA_ETHERNET);
             break;
         default: