Insure that GaudiAlgorithm::declareProperty is used for handles
Both Algorithm and GaudiAlgorithm implement a declareProperty which has a signature so that it could be invoked with a datahandle -- but only the version in GaudiAlgorithm 'does the right thing'. This patch makes sure that the proper version in GaudiAlgorithm is available, and thus selected.