diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-19 04:03:07 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-19 04:03:07 +0000 |
commit | 7abe0b6e4f8ecd0fca188af5bdfb3b10b8b77c36 (patch) | |
tree | 1df5094d770f1ce32b1262cd27599c9856773f22 /ace/Timeprobe.i | |
parent | c5d2adbf92800ef82855112085650455745ed001 (diff) | |
download | ATCD-7abe0b6e4f8ecd0fca188af5bdfb3b10b8b77c36.tar.gz |
This commit was manufactured by cvs2svn to create tag 'TAO-0_1_40'.TAO-0_1_40
Diffstat (limited to 'ace/Timeprobe.i')
-rw-r--r-- | ace/Timeprobe.i | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ace/Timeprobe.i b/ace/Timeprobe.i deleted file mode 100644 index 31f022f77b4..00000000000 --- a/ace/Timeprobe.i +++ /dev/null @@ -1,8 +0,0 @@ -// $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_; -} |