00001 // -*- C++ -*- 00002 // 00003 // PropertySeq.inl,v 1.6 2005/11/14 22:03:49 ossama Exp 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 ACE_INLINE int 00008 TAO_Notify_PropertySeq::find (const char* name, 00009 CosNotification::PropertyValue& value) const 00010 { 00011 ACE_CString str_name (name); 00012 return this->property_map_.find (str_name, value); 00013 } 00014 00015 ACE_INLINE 00016 size_t 00017 TAO_Notify_PropertySeq::size() const 00018 { 00019 return this->property_map_.current_size(); 00020 } 00021 00022 TAO_END_VERSIONED_NAMESPACE_DECL