Skip to content

Commit

Permalink
minor comment and include fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Dec 11, 2024
1 parent 02e8ad1 commit f59b100
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions ecal/core/include/ecal/ecal_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
*/

/**
* @file ecal_server_v5.h
* @brief eCAL server interface (deprecated eCAL5 version)
* @file ecal_server.h
* @brief eCAL server interface
**/

#pragma once
Expand All @@ -29,9 +29,9 @@
#include <ecal/ecal_callback.h>
#include <ecal/ecal_service_info.h>

#include <memory>
#include <string>
#include <vector>
#include <memory>

namespace eCAL
{
Expand All @@ -47,6 +47,7 @@ namespace eCAL
* @brief Constructor.
*
* @param service_name_ Unique service name.
* @param event_callback_ Callback function for server events.
**/
ECAL_API_EXPORTED_MEMBER
explicit CServiceServer(const std::string& service_name_, const ServerEventIDCallbackT event_callback_ = ServerEventIDCallbackT());
Expand Down
2 changes: 1 addition & 1 deletion ecal/core/include/ecal/ecal_server_v5.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
#include <ecal/ecal_callback.h>
#include <ecal/ecal_service_info.h>

#include <memory>
#include <string>
#include <vector>
#include <memory>

namespace eCAL
{
Expand Down

0 comments on commit f59b100

Please sign in to comment.