[dev] OCResponseHandle

2015-05-15 Thread Lenahan, Charlie
; >--- >Doug Hudson >Intel Corporation >Platform Engineering Group (PEG) / Intel Communications and Devices Group >(iCDG) / Louisville > > > >-Original Message- >From: iotivity-dev-bounces at lists.iotivity.org >[mailto:iotivity-dev-bounces at lists.iotivity.o

[dev] OCResponseHandle

2015-05-06 Thread Light, John J
[mailto:iotivity-dev-boun...@lists.iotivity.org] On Behalf Of Lenahan, Charlie Sent: Tuesday, May 05, 2015 2:42 PM To: iotivity-dev at lists.iotivity.org Subject: [dev] OCResponseHandle In the OCEntityHandlerResponse struct there is a OCResponseHandle *responseHandle; That isn?t used anywhere. Also there

[dev] OCResponseHandle

2015-05-05 Thread Hudson, Douglas
y-dev-boun...@lists.iotivity.org] On Behalf Of Lenahan, Charlie Sent: Tuesday, May 5, 2015 2:42 PM To: iotivity-dev at lists.iotivity.org Subject: [dev] OCResponseHandle In the OCEntityHandlerResponse struct there is a OCResponseHandle *responseHandle; That isn?t used anywhere. Also there

[dev] OCResponseHandle

2015-05-05 Thread Lenahan, Charlie
In the OCEntityHandlerResponse struct there is a OCResponseHandle *responseHandle; That isn?t used anywhere. Also there is a OCCanceResponse(OCResponseHandle) that doesn?t do anything. Can these be culled?