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


Detailed Description

Definition at line 174 of file EC_ObserverStrategy.h.


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.inl.

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 Tue Feb 2 17:44:26 2010 for TAO_RTEvent by  doxygen 1.4.7