summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/PropertySeq.inl
blob: 271543a2f82ad5342ae5ac62e481b3de4afd50c4 (plain)
1
2
3
4
5
6
7
// $Id$

ACE_INLINE int
TAO_NS_PropertySeq::find (const ACE_CString& name, CosNotification::PropertyValue& value) const
{
  return this->property_map_.find (name, value);
}