16#ifndef __Ice_EndpointTypes_h__
17#define __Ice_EndpointTypes_h__
31#ifndef ICE_IGNORE_VERSION
32# if ICE_INT_VERSION / 100 != 307
33# error Ice version mismatch!
35# if ICE_INT_VERSION % 100 >= 50
36# error Beta header file detected
38# if ICE_INT_VERSION % 100 < 11
39# error Ice patch level mismatch!
44# if defined(ICE_STATIC_LIBS)
46# elif defined(ICE_API_EXPORTS)
47# define ICE_API ICE_DECLSPEC_EXPORT
49# define ICE_API ICE_DECLSPEC_IMPORT
53#ifdef ICE_CPP11_MAPPING
Definition BuiltinSequences.h:56
EndpointSelectionType
Determines the order in which the Ice run time uses the endpoints in a proxy when establishing a conn...
Definition EndpointTypes.h:63
@ Ordered
Ordered forces the Ice run time to use the endpoints in the order they appeared in the proxy.
Definition EndpointTypes.h:72
@ Random
Random causes the endpoints to be arranged in a random order.
Definition EndpointTypes.h:67