PropertySeq.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: PropertySeq.inl 69353 2005-11-14 22:03:50Z ossama $
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

Generated on Tue Feb 2 17:45:29 2010 for TAO_CosNotification by  doxygen 1.4.7