diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-08-23 07:32:14 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-08-23 07:32:14 +0000 |
commit | 9db158f3dc90b3ffad32ab3df9f38f095dead408 (patch) | |
tree | 5e75949adb3f2e7ae98387b032aaf87733a5148e /TAO/tao/PI/ClientRequestInterceptorA.cpp | |
parent | c5fef6ac3a599fd619b4169002b1cdb727cfea1a (diff) | |
download | ATCD-9db158f3dc90b3ffad32ab3df9f38f095dead408.tar.gz |
ChangeLogTag:Mon Aug 22 21:33:37 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/PI/ClientRequestInterceptorA.cpp')
-rw-r--r-- | TAO/tao/PI/ClientRequestInterceptorA.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/PI/ClientRequestInterceptorA.cpp b/TAO/tao/PI/ClientRequestInterceptorA.cpp index a74dc65102d..7a1f1aca023 100644 --- a/TAO/tao/PI/ClientRequestInterceptorA.cpp +++ b/TAO/tao/PI/ClientRequestInterceptorA.cpp @@ -25,16 +25,17 @@ // Information about TAO is available at: // http://www.cs.wustl.edu/~schmidt/TAO.html -#include "ClientRequestInterceptorC.h" #include "tao/AnyTypeCode/Null_RefCount_Policy.h" #include "tao/AnyTypeCode/TypeCode_Constants.h" #include "tao/AnyTypeCode/Alias_TypeCode_Static.h" #include "tao/AnyTypeCode/Objref_TypeCode_Static.h" #include "tao/AnyTypeCode/String_TypeCode_Static.h" -#include "tao/CDR.h" #include "tao/AnyTypeCode/Any.h" #include "tao/AnyTypeCode/Any_Impl_T.h" +#include "ClientRequestInterceptorC.h" +#include "tao/CDR.h" + // TAO_IDL - Generated from // be\be_visitor_typecode/objref_typecode.cpp:76 |