Skip to content

Commit

Permalink
Refs #3565 Fix compilation error after the rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Carlos Arceredillo committed Oct 19, 2018
1 parent 4430c58 commit 9c6c754
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions include/fastrtps/qos/QosPolicies.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,21 +118,6 @@ class DurabilityQosPolicy : private Parameter_t, public QosPolicy
QosPolicy::operator==(b);
}

/**
* Translates kind to rtps layer equivalent
*/
inline rtps::DurabilityKind_t durabilityKind() const
{
switch (kind)
{
default:
case VOLATILE_DURABILITY_QOS: return rtps::VOLATILE;
case TRANSIENT_LOCAL_DURABILITY_QOS: return rtps::TRANSIENT_LOCAL;
case TRANSIENT_DURABILITY_QOS: return rtps::TRANSIENT;
case PERSISTENT_DURABILITY_QOS: return rtps::PERSISTENT;
}
}

/**
* Set kind from rtps layer equivalent
*/
Expand Down

0 comments on commit 9c6c754

Please sign in to comment.