summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-10-26 18:00:32 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-10-26 18:00:32 +0000
commitd083d1bbeda56ae79d2fbd4ea5a53a5d5303ea90 (patch)
treeec22056e23c278c96df6664b581101bcce6c1dd6 /TAO/orbsvcs/orbsvcs
parentac477e22a3f2d3644274a9e7bf19b7b658150237 (diff)
downloadATCD-d083d1bbeda56ae79d2fbd4ea5a53a5d5303ea90.tar.gz
ChangeLogTag: Tue Oct 26 12:59:47 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/HTIOP.mpc4
-rw-r--r--TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Acceptor.h4
-rw-r--r--TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Acceptor_Impl.h6
-rw-r--r--TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Completion_Handler.h4
-rw-r--r--TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connection_Handler.h4
-rw-r--r--TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connector.h4
-rw-r--r--TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connector_Impl.h6
-rw-r--r--TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Endpoint.h4
-rw-r--r--TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Factory.cpp4
-rw-r--r--TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Factory.h4
-rw-r--r--TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Profile.h4
-rw-r--r--TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Transport.h6
12 files changed, 29 insertions, 25 deletions
diff --git a/TAO/orbsvcs/orbsvcs/HTIOP.mpc b/TAO/orbsvcs/orbsvcs/HTIOP.mpc
index af53b5f9509..f5d19087016 100644
--- a/TAO/orbsvcs/orbsvcs/HTIOP.mpc
+++ b/TAO/orbsvcs/orbsvcs/HTIOP.mpc
@@ -1,3 +1,7 @@
+// -*- MPC -*-
+//
+// $Id$
+
project : orbsvcslib, core {
sharedname = TAO_HTIOP
libs += ACE_HTBP
diff --git a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Acceptor.h b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Acceptor.h
index ad5b9653c11..8b4df2b22c6 100644
--- a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Acceptor.h
+++ b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Acceptor.h
@@ -16,7 +16,7 @@
#ifndef HTIOP_ACCEPTOR_H
#define HTIOP_ACCEPTOR_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "HTIOP_Completion_Handler.h"
#include "HTIOP_Connection_Handler.h"
@@ -229,5 +229,5 @@ namespace TAO
#include "HTIOP_Acceptor.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* HTIOP_ACCEPTOR_H */
diff --git a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Acceptor_Impl.h b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Acceptor_Impl.h
index 9d7351c3601..309fe7d0952 100644
--- a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Acceptor_Impl.h
+++ b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Acceptor_Impl.h
@@ -2,7 +2,7 @@
//=============================================================================
/**
- * @file Acceptor_Impl.h
+ * @file HTIOP_Acceptor_Impl.h
*
* $Id$
*
@@ -13,7 +13,7 @@
#ifndef HTIOP_ACCEPTOR_IMPL_H
#define HTIOP_ACCEPTOR_IMPL_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ace/Acceptor.h"
#include "ace/SOCK_Acceptor.h"
@@ -148,5 +148,5 @@ private:
#pragma implementation ("HTIOP_Acceptor_Impl.cpp")
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* HTIOP_AccePTOR_IMPL_H */
diff --git a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Completion_Handler.h b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Completion_Handler.h
index f9448a13dc5..fb8abeb7566 100644
--- a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Completion_Handler.h
+++ b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Completion_Handler.h
@@ -12,7 +12,7 @@
#ifndef HTIOP_COMPLETION_HANDLER_H
#define HTIOP_COMPLETION_HANDLER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ace/Acceptor.h"
#include "ace/Reactor.h"
@@ -95,5 +95,5 @@ namespace TAO
#include "HTIOP_Completion_Handler.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* HTIOP_COMPLETION_HANDLER_H */
diff --git a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connection_Handler.h b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connection_Handler.h
index 4d5f7938c58..fbfe0697193 100644
--- a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connection_Handler.h
+++ b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connection_Handler.h
@@ -12,7 +12,7 @@
#ifndef HTIOP_CONNECTION_HANDLER_H
#define HTIOP_CONNECTION_HANDLER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "HTIOP_Transport.h"
@@ -131,5 +131,5 @@ namespace TAO
#include "HTIOP_Connection_Handler.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* HTIOP_CONNECTION_HANDLER_H */
diff --git a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connector.h b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connector.h
index e707f225449..ea52c4a6c55 100644
--- a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connector.h
+++ b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connector.h
@@ -16,7 +16,7 @@
#ifndef HTIOP_CONNECTOR_H
#define HTIOP_CONNECTOR_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "tao/Connector_Impl.h"
@@ -129,5 +129,5 @@ namespace TAO
};
};
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* HTIOP_CONNECTOR_H */
diff --git a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connector_Impl.h b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connector_Impl.h
index 81c97c00884..7b00b8592df 100644
--- a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connector_Impl.h
+++ b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connector_Impl.h
@@ -2,7 +2,7 @@
// -*- C++ -*-
// ===================================================================
/**
- * @file Connector_Impl.h
+ * @file HTIOP_Connector_Impl.h
*
* $Id$
*
@@ -12,7 +12,7 @@
#ifndef HTIOP_CONNECTOR_IMPL_H
#define HTIOP_CONNECTOR_IMPL_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "HTIOP_Export.h"
@@ -121,5 +121,5 @@ namespace TAO
#pragma implementation ("HTIOP_Connector_Impl.cpp")
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /*HTIOP_CONNECTOR_IMPL_H*/
diff --git a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Endpoint.h b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Endpoint.h
index 227abcfb45d..0ee5f551ca8 100644
--- a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Endpoint.h
+++ b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Endpoint.h
@@ -17,7 +17,7 @@
#ifndef HTIOP_ENDPOINT_H
#define HTIOP_ENDPOINT_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "HTIOP_Export.h"
@@ -156,5 +156,5 @@ namespace TAO
# include "HTIOP_Endpoint.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* HTIOP_PROFILE_H */
diff --git a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Factory.cpp b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Factory.cpp
index e47c4d6ae3c..0f8f70bbe0a 100644
--- a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Factory.cpp
+++ b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Factory.cpp
@@ -5,8 +5,8 @@
#include "HTIOP_Connector.h"
#include "HTIOP_Profile.h"
-#include <ace/HTBP/HTBP_Environment.h>
-#include <tao/IOPC.h>
+#include "ace/HTBP/HTBP_Environment.h"
+#include "tao/IOPC.h"
ACE_RCSID (HTIOP,
TAOHTIOP_Factory,
diff --git a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Factory.h b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Factory.h
index 281ff53f1a2..bd5a31276a3 100644
--- a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Factory.h
+++ b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Factory.h
@@ -13,7 +13,7 @@
#ifndef HTIOP_FACTORY_H
#define HTIOP_FACTORY_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "HTIOP_Export.h"
@@ -89,5 +89,5 @@ namespace TAO
ACE_STATIC_SVC_DECLARE_EXPORT (HTIOP, TAO_HTIOP_Protocol_Factory)
ACE_FACTORY_DECLARE (HTIOP, TAO_HTIOP_Protocol_Factory)
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* HTIOP_FACTORY_H */
diff --git a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Profile.h b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Profile.h
index a45b4f147c6..ef655472c60 100644
--- a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Profile.h
+++ b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Profile.h
@@ -16,7 +16,7 @@
#ifndef HTIOP_PROFILE_H
#define HTIOP_PROFILE_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "tao/Profile.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -147,5 +147,5 @@ namespace TAO
# include "HTIOP_Profile.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* HTIOP_PROFILE_H */
diff --git a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Transport.h b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Transport.h
index c67834d207a..2534a1bef83 100644
--- a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Transport.h
+++ b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Transport.h
@@ -3,7 +3,7 @@
// -*- C++ -*-
// ===================================================================
/**
- * @file TAO_HTIOP_Transport.h
+ * @file HTIOP_Transport.h
*
* $Id$
*
@@ -14,7 +14,7 @@
#ifndef TAO_HTIOP_TRANSPORT_H
#define TAO_HTIOP_TRANSPORT_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "HTIOP_Export.h"
@@ -165,5 +165,5 @@ namespace TAO
#include "HTIOP_Transport.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TRANSPORT_H */