summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Request.cpp
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-07 23:49:59 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-07 23:49:59 +0000
commitda02d137389aa68ae028dae8c4c554ddc5c954a8 (patch)
treef581994603321ef174fa5d9ea2a56cf6adbabc28 /TAO/tao/DynamicInterface/Request.cpp
parent3df2cd25345cc8585a0b83188a27016d6d966d83 (diff)
downloadATCD-da02d137389aa68ae028dae8c4c554ddc5c954a8.tar.gz
ChangeLogTag: Thu Dec 7 17:36:47 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/DynamicInterface/Request.cpp')
-rw-r--r--TAO/tao/DynamicInterface/Request.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/tao/DynamicInterface/Request.cpp b/TAO/tao/DynamicInterface/Request.cpp
index 939bc79f9c1..bdeb17fd212 100644
--- a/TAO/tao/DynamicInterface/Request.cpp
+++ b/TAO/tao/DynamicInterface/Request.cpp
@@ -1,20 +1,23 @@
// $Id$
+
#include "Request.h"
ACE_RCSID(DynamicInterface, Request, "$Id$")
+
#include "ExceptionList.h"
#include "DII_Invocation.h"
#include "tao/Object.h"
+#include "tao/Pluggable_Messaging_Utils.h"
#if !defined (__ACE_INLINE__)
# include "Request.inl"
#endif /* ! __ACE_INLINE__ */
-// Reference counting for DII Request object.
+ // Reference counting for DII Request object.
-CORBA::ULong
+ CORBA::ULong
CORBA_Request::_incr_refcnt (void)
{
ACE_GUARD_RETURN (ACE_SYNCH_MUTEX,
@@ -442,4 +445,3 @@ template class TAO_Pseudo_Object_Manager<CORBA_Request,CORBA_Request_var>;
#pragma instantiate TAO_Pseudo_Object_Manager<CORBA_Request,CORBA_Request_var>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-