diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-08-01 23:39:57 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-08-01 23:39:57 +0000 |
commit | 2c3ab374267eb89c1a64bf6c28d6a34137e96b13 (patch) | |
tree | e11d110b2f6e69f07a780756276cc735be3e8fa9 /TAO/tao/GIOP_Message_Base.cpp | |
parent | 78f15e9fef70e8500baf261258da62677e2340ff (diff) | |
download | ATCD-2c3ab374267eb89c1a64bf6c28d6a34137e96b13.tar.gz |
ChangeLogTag:Wed Aug 1 16:05:36 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/GIOP_Message_Base.cpp')
-rw-r--r-- | TAO/tao/GIOP_Message_Base.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tao/GIOP_Message_Base.cpp b/TAO/tao/GIOP_Message_Base.cpp index c0d831655f7..5c09b928ddb 100644 --- a/TAO/tao/GIOP_Message_Base.cpp +++ b/TAO/tao/GIOP_Message_Base.cpp @@ -1,6 +1,5 @@ // $Id$ - #include "GIOP_Message_Base.h" #include "operation_details.h" #include "GIOP_Utils.h" @@ -11,6 +10,7 @@ #include "TAO_Server_Request.h" #include "GIOP_Message_Locate_Header.h" #include "Transport.h" +#include "tao/LF_Strategy.h" #if !defined (__ACE_INLINE__) # include "GIOP_Message_Base.i" @@ -18,8 +18,6 @@ ACE_RCSID (tao, GIOP_Message_Base, "$Id$") - - TAO_GIOP_Message_Base::TAO_GIOP_Message_Base (TAO_ORB_Core *orb_core, size_t /*input_cdr_size*/) : orb_core_ (orb_core), |