Fixed Warning in OCException
authorErich Keane <erich.keane@intel.com>
Thu, 11 Dec 2014 22:02:57 +0000 (14:02 -0800)
committerErich Keane <erich.keane@intel.com>
Tue, 16 Dec 2014 22:02:19 +0000 (14:02 -0800)
commit33218670296356fe54da3e6909a651dc2745dc45
tree8e21a59f45d517a3a4e1d6821a795f0ba5c7709b
parentf18bc832742ae26e90f26374b78132bf9634f125
Fixed Warning in OCException

Added case statements for two new conditions in OCException that
were forgotten when we implemented this in the past.

Change-Id: I99ab3c2c8ad4f46d9ee35c639970ea93e69f9813
Signed-off-by: Erich Keane <erich.keane@intel.com>
resource/include/StringConstants.h
resource/src/OCException.cpp
resource/src/OCUtilities.cpp