summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-31 11:33:23 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-31 11:33:23 +0000
commitb9fd792434baa4a032206151ba8e8d353bce5b0d (patch)
treeea0ef3bcbf172ba1005a50c5ca860419718cb335
parent1cb0818e8b39efabcae906314850fb40963d4c33 (diff)
downloadATCD-b9fd792434baa4a032206151ba8e8d353bce5b0d.tar.gz
ChangeLogTag: Wed Aug 31 11:21:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/orbsvcs/examples/ORT/Gateway_i.cpp3
-rw-r--r--TAO/orbsvcs/examples/ORT/Gateway_i.h4
2 files changed, 4 insertions, 3 deletions
diff --git a/TAO/orbsvcs/examples/ORT/Gateway_i.cpp b/TAO/orbsvcs/examples/ORT/Gateway_i.cpp
index f2f30e91800..feeb1f29a9c 100644
--- a/TAO/orbsvcs/examples/ORT/Gateway_i.cpp
+++ b/TAO/orbsvcs/examples/ORT/Gateway_i.cpp
@@ -2,10 +2,11 @@
#include "Gateway_i.h"
+#include "tao/IFR_Client/IFR_BasicC.h"
+
#include "tao/DynamicInterface/Server_Request.h"
#include "tao/DynamicInterface/Request.h"
#include "tao/DynamicInterface/Unknown_User_Exception.h"
-#include "tao/IFR_Client/IFR_BasicC.h"
#include "tao/AnyTypeCode/Any.h"
#include "tao/AnyTypeCode/NVList.h"
diff --git a/TAO/orbsvcs/examples/ORT/Gateway_i.h b/TAO/orbsvcs/examples/ORT/Gateway_i.h
index 5207c6d76e5..dda093b8fba 100644
--- a/TAO/orbsvcs/examples/ORT/Gateway_i.h
+++ b/TAO/orbsvcs/examples/ORT/Gateway_i.h
@@ -17,10 +17,10 @@
#ifndef GATEWAY_I_H
#define GATEWAY_I_H
-#include "tao/DynamicInterface/DII_CORBA_methods.h"
+#include "tao/IFR_Client/IFR_Client_Adapter_Impl.h"
#include "tao/PortableServer/PortableServer.h"
+#include "tao/DynamicInterface/DII_CORBA_methods.h"
#include "tao/DynamicInterface/Dynamic_Implementation.h"
-#include "tao/IFR_Client/IFR_Client_Adapter_Impl.h"
class Gateway_i
: public virtual PortableServer::DynamicImplementation