diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-04-25 11:19:13 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-04-25 11:19:13 +0200 |
commit | 7e874613ff22bedf988273b51a15ab937f01169f (patch) | |
tree | 115a92a902f80fcc6252c5fac6a957ecc548b82c /cs/src/Ice/ProtocolPluginFacade.cs | |
parent | Fixed copyrights (diff) | |
download | ice-7e874613ff22bedf988273b51a15ab937f01169f.tar.bz2 ice-7e874613ff22bedf988273b51a15ab937f01169f.tar.xz ice-7e874613ff22bedf988273b51a15ab937f01169f.zip |
Merged Silverlight support
Diffstat (limited to 'cs/src/Ice/ProtocolPluginFacade.cs')
-rw-r--r-- | cs/src/Ice/ProtocolPluginFacade.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cs/src/Ice/ProtocolPluginFacade.cs b/cs/src/Ice/ProtocolPluginFacade.cs index adac4589b59..27c8a3b268e 100644 --- a/cs/src/Ice/ProtocolPluginFacade.cs +++ b/cs/src/Ice/ProtocolPluginFacade.cs @@ -17,11 +17,12 @@ namespace IceInternal // Ice.Communicator getCommunicator(); +#if !SILVERLIGHT // // Get the endpoint host resolver. // IceInternal.EndpointHostResolver getEndpointHostResolver(); - +#endif // // Get the protocol support. // @@ -71,6 +72,7 @@ namespace IceInternal return _communicator; } +#if !SILVERLIGHT // // Get the endpoint host resolver. // @@ -78,6 +80,7 @@ namespace IceInternal { return _instance.endpointHostResolver(); } +#endif // // Get the protocol support. |