summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-03-21 17:29:46 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-03-21 17:29:46 +0000
commit149a8f3a83f6e31508dffd1afbe817135e3084a5 (patch)
treebbc7425f53aa0f07e9e8604ace25828e849778b4
parent35f71802bb9ae856b4c6d77a771168c89a6b4b10 (diff)
downloadATCD-149a8f3a83f6e31508dffd1afbe817135e3084a5.tar.gz
ChangeLogTag: Tue Mar 21 11:29:05 2000 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a4
-rw-r--r--TAO/tao/GIOP_Server_Request.h6
2 files changed, 6 insertions, 4 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 17d5c89c67b..59e6f0fa124 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,7 @@
+Tue Mar 21 11:29:05 2000 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tao/GIOP_Server_Request.h: Made some cosmetic changes.
+
Tue Mar 21 10:00:11 2000 Balachandran Natarajan <bala@cs.wustl.edu>
* tao/GIOP_Utils.cpp (convert_CORBA_to_GIOP_exception): Removed
diff --git a/TAO/tao/GIOP_Server_Request.h b/TAO/tao/GIOP_Server_Request.h
index 5f70555856c..9534bd8ca80 100644
--- a/TAO/tao/GIOP_Server_Request.h
+++ b/TAO/tao/GIOP_Server_Request.h
@@ -23,11 +23,8 @@
#define TAO_GIOP_SERVER_REQUEST_H
#include "tao/corbafwd.h"
-// @@ Bala: there is a reasons why the rest of the #includes are after
-// the pragma once, think about it.
-//#include "tao/GIOP_Utils.h"
-#include "tao/GIOP_Message_Base.h"
+
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -36,6 +33,7 @@
#include "tao/Server_Request.h"
#include "tao/ORB.h"
#include "tao/Principal.h"
+#include "tao/GIOP_Message_Base.h"
class TAO_Export TAO_GIOP_ServerRequest : public CORBA_ServerRequest
{