diff --git a/internal/ccsmp/ccsmp_endpoint_prop_generated.go b/internal/ccsmp/ccsmp_endpoint_prop_generated.go index 48aca49..e42ba0b 100644 --- a/internal/ccsmp/ccsmp_endpoint_prop_generated.go +++ b/internal/ccsmp/ccsmp_endpoint_prop_generated.go @@ -48,7 +48,7 @@ const ( SolClientEndpointPropQueue = C.SOLCLIENT_ENDPOINT_PROP_QUEUE // SolClientEndpointPropTe: Request is for a Topic Endpoint. SolClientEndpointPropTe = C.SOLCLIENT_ENDPOINT_PROP_TE - // SolClientEndpointPropClientName: Request is for a Client name (solClient_session_endpointTopicSubscribe() / solClient_session_endpointTopicUnsubscribe() only.) + // SolClientEndpointPropClientName: Request is for a Client name (solClient_session_endpointTopicSubscribe() / solClient_session_endpointTopicUnsubscribe()) only. SolClientEndpointPropClientName = C.SOLCLIENT_ENDPOINT_PROP_CLIENT_NAME // SolClientEndpointPropAccesstypeNonexclusive: A non-exclusive (shared) Queue. Each client to bind receives messages in a round robin fashion. SolClientEndpointPropAccesstypeNonexclusive = C.SOLCLIENT_ENDPOINT_PROP_ACCESSTYPE_NONEXCLUSIVE diff --git a/internal/ccsmp/lib/darwin/libsolclient.a b/internal/ccsmp/lib/darwin/libsolclient.a index 78d2bd4..f5fdaf1 100644 Binary files a/internal/ccsmp/lib/darwin/libsolclient.a and b/internal/ccsmp/lib/darwin/libsolclient.a differ diff --git a/internal/ccsmp/lib/include/solclient/solClient.h b/internal/ccsmp/lib/include/solclient/solClient.h index db38e7e..ebaa2fa 100644 --- a/internal/ccsmp/lib/include/solclient/solClient.h +++ b/internal/ccsmp/lib/include/solclient/solClient.h @@ -2495,7 +2495,7 @@ Note: This property is used for all entries specified by the property ::SOLCLIEN /*@{*/ #define SOLCLIENT_ENDPOINT_PROP_QUEUE "2" /**< Request is for a Queue. */ #define SOLCLIENT_ENDPOINT_PROP_TE "3" /**< Request is for a Topic Endpoint. */ -#define SOLCLIENT_ENDPOINT_PROP_CLIENT_NAME "4" /**< Request is for a Client name (solClient_session_endpointTopicSubscribe() / solClient_session_endpointTopicUnsubscribe() only.) */ +#define SOLCLIENT_ENDPOINT_PROP_CLIENT_NAME "4" /**< Request is for a Client name (solClient_session_endpointTopicSubscribe() / solClient_session_endpointTopicUnsubscribe()) only. */ /*@}*/ /** @name Endpoint Naming Entities, used as values for ENDPOINT properties in solClient_session_endpointProvision(). @@ -2510,10 +2510,10 @@ Note: This property is used for all entries specified by the property ::SOLCLIEN */ /*@(*/ #define SOLCLIENT_ENDPOINT_PERM_NONE "n" /**< No permissions for other clients */ -#define SOLCLIENT_ENDPOINT_PERM_READ_ONLY "r" /**< Read-only permission — other clients may not consume messages. */ -#define SOLCLIENT_ENDPOINT_PERM_CONSUME "c" /**< Consumer permission — other clients may read and consume messages. */ -#define SOLCLIENT_ENDPOINT_PERM_MODIFY_TOPIC "m" /**< Modify Topic permission — other clients may read and consume messages, and modify Topic on a Topic Endpoint. */ -#define SOLCLIENT_ENDPOINT_PERM_DELETE "d" /**< Delete permission — other clients may read and consume messages, modify the Topic on a Topic Endpoint, and delete the endpoint. */ +#define SOLCLIENT_ENDPOINT_PERM_READ_ONLY "r" /**< Read-only permission other clients may not consume messages. */ +#define SOLCLIENT_ENDPOINT_PERM_CONSUME "c" /**< Consumer permission other clients may read and consume messages. */ +#define SOLCLIENT_ENDPOINT_PERM_MODIFY_TOPIC "m" /**< Modify Topic permission other clients may read and consume messages, and modify Topic on a Topic Endpoint. */ +#define SOLCLIENT_ENDPOINT_PERM_DELETE "d" /**< Delete permission other clients may read and consume messages, modify the Topic on a Topic Endpoint, and delete the endpoint. */ /*@}*/ /** @name Endpoint Discard Msg Behavior */ diff --git a/internal/ccsmp/lib/linux/libsolclient.a b/internal/ccsmp/lib/linux/libsolclient.a index ab2aa9e..6a082dc 100644 Binary files a/internal/ccsmp/lib/linux/libsolclient.a and b/internal/ccsmp/lib/linux/libsolclient.a differ