16#ifndef __Ice_PropertiesF_h__
17#define __Ice_PropertiesF_h__
32#ifndef ICE_IGNORE_VERSION
33# if ICE_INT_VERSION / 100 != 307
34# error Ice version mismatch!
36# if ICE_INT_VERSION % 100 >= 50
37# error Beta header file detected
39# if ICE_INT_VERSION % 100 < 11
40# error Ice patch level mismatch!
45# if defined(ICE_STATIC_LIBS)
47# elif defined(ICE_API_EXPORTS)
48# define ICE_API ICE_DECLSPEC_EXPORT
50# define ICE_API ICE_DECLSPEC_IMPORT
54#ifdef ICE_CPP11_MAPPING
76using PropertiesPtr = ::std::shared_ptr<Properties>;
78using PropertiesAdminPtr = ::std::shared_ptr<PropertiesAdmin>;
79using PropertiesAdminPrxPtr = ::std::shared_ptr<PropertiesAdminPrx>;
94ICE_API void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< PropertiesAdmin>&);
95ICE_API ::IceProxy::Ice::Object* upCast(PropertiesAdmin*);
109typedef ::IceInternal::Handle< Properties> PropertiesPtr;
115typedef ::IceInternal::Handle< PropertiesAdmin> PropertiesAdminPtr;
116typedef ::IceInternal::ProxyHandle< ::IceProxy::Ice::PropertiesAdmin>
PropertiesAdminPrx;
119ICE_API void _icePatchObjectPtr(PropertiesAdminPtr&,
const ObjectPtr&);
#define ICE_API
Definition Config.h:197
The base class for servants.
Definition Object.h:91
The PropertiesAdmin interface provides remote access to the properties of a communicator.
Definition PropertiesAdmin.h:179
The PropertiesAdmin interface provides remote access to the properties of a communicator.
Definition PropertiesAdmin.h:91
A property set used to configure Ice and Ice applications.
Definition Properties.h:80
Definition BuiltinSequences.h:56
IceUtil::Shared * upCast(::Ice::LocalObject *)