Cleaned up a number of line lengths. Cleaned up iterator-for-loops vs for:each synta...
authorErich Keane <erich.keane@intel.com>
Tue, 9 Sep 2014 22:36:33 +0000 (15:36 -0700)
committerErich Keane <erich.keane@intel.com>
Tue, 9 Sep 2014 23:01:00 +0000 (16:01 -0700)
commit3009bf85537c39f5eb69786a802b2568a8331cd8
tree3cc06029bc4937b7dfb507ae53ffa6aa5cd67db5
parent14955b35b62b08c95d259d30b09112664eaa2a6e
Cleaned up a number of line lengths.  Cleaned up iterator-for-loops vs for:each syntax for clarity where easily possible.  Switched to by ref where we were previously doing unnecessary pointer parameters

Went entirely thorugh InProcClientWrapper.cpp and fixed line lengths.
Change-Id: I69f706e64f67d9a822639f239575eb316675c1d7
include/InProcClientWrapper.h
include/OCApi.h
include/OutOfProcClientWrapper.h
include/ResourceInitException.h
src/InProcClientWrapper.cpp
src/OCUtilities.cpp