TAO_EC_Basic_ObserverStrategy::Header_Compare Struct Reference

#include <EC_ObserverStrategy.h>

List of all members.

Public Member Functions

int operator() (const RtecEventComm::EventHeader &lhs, const RtecEventComm::EventHeader &rhs) const


Member Function Documentation

ACE_INLINE int TAO_EC_Basic_ObserverStrategy::Header_Compare::operator() const RtecEventComm::EventHeader lhs,
const RtecEventComm::EventHeader rhs
const
 

Definition at line 33 of file EC_ObserverStrategy.i.

References RtecEventComm::EventHeader::source, and RtecEventComm::EventHeader::type.

00035 {
00036   if (lhs.source == rhs.source)
00037     return lhs.type < rhs.type;
00038   return lhs.source < rhs.source;
00039 }


The documentation for this struct was generated from the following files:
Generated on Thu Nov 9 13:14:24 2006 for TAO_RTEvent by doxygen 1.3.6