summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-29 22:48:51 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-29 22:48:51 +0000
commit97b2f1246f606c28bd58487e83b628e0759aa2ac (patch)
tree1f494c8bdf167ac1d455bb2b1b19e3725f845d21
parenta8e3dd499b77abbaaa327ff9de4a4106baa4210d (diff)
downloadATCD-97b2f1246f606c28bd58487e83b628e0759aa2ac.tar.gz
*** empty log message ***
-rw-r--r--TAO/tao/InterceptorC.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/InterceptorC.h b/TAO/tao/InterceptorC.h
index 2ec95dc515e..8c93a30c55b 100644
--- a/TAO/tao/InterceptorC.h
+++ b/TAO/tao/InterceptorC.h
@@ -10,14 +10,14 @@
#ifndef _TAO_IDL_INTERCEPTORC_H_
#define _TAO_IDL_INTERCEPTORC_H_
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
#include "tao/orbconf.h"
#include "tao/IOPC.h"
#include "tao/Any.h"
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
#if defined (TAO_EXPORT_MACRO)
#undef TAO_EXPORT_MACRO
#endif