Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d6e8fd1 authored by Chris Manton's avatar Chris Manton
Browse files

Remove static include in header stack_sdp_api

Bug: 163134718
Test: gd/cert/run
Tag: #refactor

Change-Id: I967e44569c6a68ca054fe1cecebcd00be1369fe0
parent 17b6894c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -57,7 +57,7 @@ using tSDP_REASON = tSDP_STATUS;
  case code:                   \
  case code:                   \
    return #code
    return #code


static inline std::string sdp_status_text(const tSDP_STATUS& status) {
inline std::string sdp_status_text(const tSDP_STATUS& status) {
  switch (status) {
  switch (status) {
    CASE_RETURN_TEXT(SDP_SUCCESS);
    CASE_RETURN_TEXT(SDP_SUCCESS);
    CASE_RETURN_TEXT(SDP_INVALID_VERSION);
    CASE_RETURN_TEXT(SDP_INVALID_VERSION);