Skip to content

Commit

Permalink
Rename event admin service name
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhenbao committed Jul 25, 2024
1 parent 81d3b6b commit d053391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extern "C" {
/**
* @brief The Event Admin service name
*/
#define CELIX_EVENT_ADMIN_SERVICE_NAME "celix.service.event.EventAdmin"
#define CELIX_EVENT_ADMIN_SERVICE_NAME "celix_event_admin_service"

/**
* @brief The Event Admin service version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extern "C" {
/**
* @brief Name of the event handler service
*/
#define CELIX_EVENT_HANDLER_SERVICE_NAME "celix.service.event.EventHandler"
#define CELIX_EVENT_HANDLER_SERVICE_NAME "celix_event_handler_service"

/**
* @brief Version of the event handler service
Expand Down

0 comments on commit d053391

Please sign in to comment.