zeroc-ice / ice-demos

Sample programs for Ice
https://zeroc.com
GNU General Public License v2.0
323 stars 217 forks source link

Fix obsolete warnings #188

Closed bernardnormier closed 1 year ago

bernardnormier commented 1 year ago

This PR fixes obsolete warnings in the interceptor demo. I could not use the recommended static methods as they are not available with .NET Framework.

Fixes #182.