summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-29 22:48:35 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-29 22:48:35 +0000
commita8e3dd499b77abbaaa327ff9de4a4106baa4210d (patch)
treee60dcdb9f28b3ba5d79d464eb61f595b5bcd0d64
parent720d096b3d7a6b9cbab21a7a00cb7b1894491436 (diff)
downloadATCD-a8e3dd499b77abbaaa327ff9de4a4106baa4210d.tar.gz
Moved pragma once down after we have sourced in the necessary .h files.
-rw-r--r--TAO/tao/Interceptor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Interceptor.h b/TAO/tao/Interceptor.h
index fff6d68ec2a..5fc085863d4 100644
--- a/TAO/tao/Interceptor.h
+++ b/TAO/tao/Interceptor.h
@@ -29,12 +29,12 @@
#ifndef TAO_INTERCEPTOR_H
#define TAO_INTERCEPTOR_H
+#include "tao/InterceptorS.h"
+
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/InterceptorS.h"
-
#if defined (TAO_HAS_INTERCEPTORS)
# define TAO_INTERCEPTOR(X) X
# define TAO_INTERCEPTOR_CHECK ACE_TRY_CHECK