Skip to content

Commit

Permalink
Merge pull request #24 from SolaceDev/SOL-82288
Browse files Browse the repository at this point in the history
SOL-82288: Updated CCSMP version to 7.25.0.10.
  • Loading branch information
TrentDaniel authored Apr 13, 2023
2 parents 0f6b126 + ce0bce3 commit 594d332
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion internal/ccsmp/ccsmp_endpoint_prop_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified internal/ccsmp/lib/darwin/libsolclient.a
Binary file not shown.
10 changes: 5 additions & 5 deletions internal/ccsmp/lib/include/solclient/solClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -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().
Expand All @@ -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 */
Expand Down
Binary file modified internal/ccsmp/lib/linux/libsolclient.a
Binary file not shown.

0 comments on commit 594d332

Please sign in to comment.