summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-04-22 19:20:45 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-04-22 19:20:45 +0000
commit67ad17fb52f530c6965d4204cb9ffa24f719f028 (patch)
treee59e52cfe7301f2bf471d31edc895afa7377d94f
parent6ffc933ae71eb23ec63e41375972154b765f7b84 (diff)
downloadATCD-67ad17fb52f530c6965d4204cb9ffa24f719f028.tar.gz
ChangeLogTag:Sat Apr 21 19:02:27 2001 Nanbor Wang <nanbor@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a2
-rw-r--r--TAO/examples/PluggableUDP/DIOP/DIOP_Connector.h10
2 files changed, 5 insertions, 7 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 18294219d8d..d4560d32f72 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -4,7 +4,7 @@ Sun Apr 22 14:00:00 2001 Michael Kircher <Michael.Kircher@mchp.siemens.de>
* examples/PluggableUDP/DIOP/DIOP_Connector.h:
Fixed a compiler warning about pragma once by reordering
- includes.
+ includes. Thanks to Carlos for reporting this.
* examples/PluggableUDP/tests/Basic/run_test.pl:
diff --git a/TAO/examples/PluggableUDP/DIOP/DIOP_Connector.h b/TAO/examples/PluggableUDP/DIOP/DIOP_Connector.h
index 0c1343ed9be..f2bf1174b37 100644
--- a/TAO/examples/PluggableUDP/DIOP/DIOP_Connector.h
+++ b/TAO/examples/PluggableUDP/DIOP/DIOP_Connector.h
@@ -14,20 +14,18 @@
*/
//=============================================================================
-
#ifndef TAO_DIOP_CONNECTOR_H
#define TAO_DIOP_CONNECTOR_H
#include "ace/pre.h"
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
#include "tao/Pluggable.h"
-
#include "DIOP_Connection_Handler.h"
#include "diop_export.h"
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
// ****************************************************************
/**