Timeprobe.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: Timeprobe.inl 69062 2005-10-28 23:55:10Z ossama $
00004 
00005 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 ACE_INLINE bool
00008 ACE_Event_Descriptions::operator== (const ACE_Event_Descriptions &rhs) const
00009 {
00010   return this->minimum_id_ == rhs.minimum_id_ &&
00011     this->descriptions_ == rhs.descriptions_;
00012 }
00013 
00014 ACE_END_VERSIONED_NAMESPACE_DECL

Generated on Sun Jan 27 12:05:41 2008 for ACE by doxygen 1.3.6