summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-08-03 13:01:20 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-08-03 13:01:20 +0000
commit9534dc5d940cc9557121da233cfde886cbfb62e3 (patch)
tree54982c1323054c83bd2f2f2d6d0f04d1bf0dd0f7
parenta9337c0807663e0c95e60d8d32a42e65cb9149ce (diff)
downloadATCD-9534dc5d940cc9557121da233cfde886cbfb62e3.tar.gz
ChangeLogTag: Fri Aug 3 07:59:24 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a5
-rw-r--r--TAO/tests/DLL_ORB/Test_Client_Module.cpp5
2 files changed, 7 insertions, 3 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 3a23202b1f9..40802f9978e 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Fri Aug 3 07:59:24 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tests/DLL_ORB/Test_Client_Module.cpp: Changed the order of
+ #includes.
+
Fri Aug 3 07:50:49 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tao/TAO_Singleton_Manager.h: Changed the #ifndef to
diff --git a/TAO/tests/DLL_ORB/Test_Client_Module.cpp b/TAO/tests/DLL_ORB/Test_Client_Module.cpp
index 96e888a9132..515ebf62be2 100644
--- a/TAO/tests/DLL_ORB/Test_Client_Module.cpp
+++ b/TAO/tests/DLL_ORB/Test_Client_Module.cpp
@@ -1,9 +1,8 @@
// -*- C++ -*-
-#include "ace/Get_Opt.h"
-#include "tao/TAO_Singleton_Manager.h"
-
#include "Test_Client_Module.h"
+#include "tao/TAO_Singleton_Manager.h"
+#include "ace/Get_Opt.h"
ACE_RCSID (DLL_ORB,
Test_Client_Module,