summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Method_Request.cpp
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-07-30 13:13:45 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-07-30 13:13:45 +0000
commitdbf398e4c8c0d49790939b224156cd13fe5de623 (patch)
treea4feed429f1e4014e63040383d7369b77a4e8dca /TAO/orbsvcs/orbsvcs/Notify/Method_Request.cpp
parent9d67964758b1d2acb6bdb3c24ea790842fb276c1 (diff)
downloadATCD-dbf398e4c8c0d49790939b224156cd13fe5de623.tar.gz
ChangeLogTag: Mon Jul 30 13:13:58 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Method_Request.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Method_Request.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Method_Request.cpp b/TAO/orbsvcs/orbsvcs/Notify/Method_Request.cpp
index d9463ed423c..87d4f220bca 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Method_Request.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Method_Request.cpp
@@ -57,6 +57,14 @@ TAO_Notify_Method_Request_Queueable::init (const TAO_Notify_Event* event)
deadline += ACE_OS::gettimeofday ();
this->msg_deadline_time (deadline);
}
+
+ this->time_ = event->creation_time ();
+}
+
+const ACE_Time_Value&
+TAO_Notify_Method_Request_Queueable::creation_time (void) const
+{
+ return this->time_;
}
TAO_END_VERSIONED_NAMESPACE_DECL