diff options
Diffstat (limited to 'cpp/demo/Ice/callback/config.client')
-rw-r--r-- | cpp/demo/Ice/callback/config.client | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/cpp/demo/Ice/callback/config.client b/cpp/demo/Ice/callback/config.client index 7a2b3433705..8ff53d14554 100644 --- a/cpp/demo/Ice/callback/config.client +++ b/cpp/demo/Ice/callback/config.client @@ -1,8 +1,18 @@ -Callback.CallbackServer=callback:tcp -p 10000:udp -p 10000:ssl -p 10001 +# +# The client reads this property to create the reference to the +# "CallbackSender" object in the server. +# +CallbackSender.Proxy=callback:tcp -p 10000:udp -p 10000:ssl -p 10001 + +# +# The client creates one single object adapter with the name +# "Callback.Client". The following line sets the endpoints for this +# adapter. +# Callback.Client.Endpoints=tcp:udp:ssl # -# Warn about connection exceptions +# Warn about connection exceptions. # Ice.Warn.Connections=1 |