diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-06-06 23:40:55 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-06-06 23:40:55 +0000 |
commit | de45428024aa207b28928a0d047de9820a1cc282 (patch) | |
tree | 1b8662e23b29d9532e804cb06a6dd4c38eccc48a /ace/Timeprobe.i | |
parent | 52dce470ec63bf3da5bd4dd7e702bbd869141353 (diff) | |
download | ATCD-de45428024aa207b28928a0d047de9820a1cc282.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Timeprobe.i')
-rw-r--r-- | ace/Timeprobe.i | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Timeprobe.i b/ace/Timeprobe.i index 74e88caa0c5..31f022f77b4 100644 --- a/ace/Timeprobe.i +++ b/ace/Timeprobe.i @@ -1,2 +1,8 @@ // $Id$ +ACE_INLINE int +ACE_Event_Descriptions::operator== (const ACE_Event_Descriptions &rhs) const +{ + return this->minimum_id_ == rhs.minimum_id_ && + this->descriptions_ == rhs.descriptions_; +} |