summaryrefslogtreecommitdiff
path: root/TAO/tao/Queued_Message.inl
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-24 08:02:58 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-24 08:02:58 +0000
commitffb827a2938294145c0c74d7e06d837236d29694 (patch)
tree8c0bc2f7aa508472a4fd98dfca9d6afd60130f52 /TAO/tao/Queued_Message.inl
parentd01a55ccd330806cac88d2e978e6d3d59a844bef (diff)
downloadATCD-ffb827a2938294145c0c74d7e06d837236d29694.tar.gz
ChangeLogTag:Tue Apr 24 00:21:54 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/Queued_Message.inl')
-rw-r--r--TAO/tao/Queued_Message.inl13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/tao/Queued_Message.inl b/TAO/tao/Queued_Message.inl
new file mode 100644
index 00000000000..e9cd0a9ff4b
--- /dev/null
+++ b/TAO/tao/Queued_Message.inl
@@ -0,0 +1,13 @@
+// $Id$
+
+ACE_INLINE TAO_Queued_Message *
+TAO_Queued_Message::next (void) const
+{
+ return this->next_;
+}
+
+ACE_INLINE TAO_Queued_Message *
+TAO_Queued_Message::prev (void) const
+{
+ return this->prev_;
+}