lib: set ProbeResult's constructor to private
commitcbc2bd49c2e762d96919de555240509106d9acaf
authorChris Frey <cdfrey@foursquare.net>
Tue, 2 Nov 2010 21:00:57 +0000 (2 17:00 -0400)
committerChris Frey <cdfrey@foursquare.net>
Tue, 2 Nov 2010 21:00:57 +0000 (2 17:00 -0400)
tree10ee369a030605e54477fe7d180248167ec31604
parent137f67c489da5efc16ab137e18e564af66d3f402
lib: set ProbeResult's constructor to private

Some automated tests from the abi-compliance-checker site use a default
ProbeResult to construct Controller, etc.  All valid ProbeResult objects
come from the Probe class, so this change forces the issue, and prevents
usage of invalid probe results by default.
gui/src/DeviceIface.cc
gui/src/DeviceIface.h
opensync-plugin-0.4x/src/barry_sync.cc
opensync-plugin-0.4x/src/environment.cc
opensync-plugin-0.4x/src/environment.h
opensync-plugin/src/barry_sync.cc
opensync-plugin/src/environment.cc
opensync-plugin/src/environment.h
src/probe.h