diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-03-10 07:19:20 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-03-10 07:19:20 +0000 |
commit | 09391ca1718ce13201bb361ed31b7eab80d1f139 (patch) | |
tree | 2f7e3ba21d4b6b36351a050b2143b235f77679dd /TAO/tao/operation_details.cpp | |
parent | b02c46d2b884cb5c507cfac701587ffcf7c01915 (diff) | |
download | ATCD-09391ca1718ce13201bb361ed31b7eab80d1f139.tar.gz |
ChangeLogTag: Fri Mar 10 07:09:22 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/tao/operation_details.cpp')
-rw-r--r-- | TAO/tao/operation_details.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/operation_details.cpp b/TAO/tao/operation_details.cpp index 2aa3cd2b972..faccd9fe89c 100644 --- a/TAO/tao/operation_details.cpp +++ b/TAO/tao/operation_details.cpp @@ -1,11 +1,11 @@ //$Id$ -#include "operation_details.h" -#include "Stub.h" -#include "ORB_Constants.h" -#include "Exception_Data.h" -#include "SystemException.h" -#include "Argument.h" +#include "tao/operation_details.h" +#include "tao/Stub.h" +#include "tao/ORB_Constants.h" +#include "tao/Exception_Data.h" +#include "tao/SystemException.h" +#include "tao/Argument.h" #include "ace/OS_NS_string.h" |