summaryrefslogtreecommitdiff
path: root/TAO/IIOP/tests/Cubit/Orbix/tpr/tpr.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/IIOP/tests/Cubit/Orbix/tpr/tpr.h')
-rw-r--r--TAO/IIOP/tests/Cubit/Orbix/tpr/tpr.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/IIOP/tests/Cubit/Orbix/tpr/tpr.h b/TAO/IIOP/tests/Cubit/Orbix/tpr/tpr.h
index b5e8be94cf1..7912a2dc92c 100644
--- a/TAO/IIOP/tests/Cubit/Orbix/tpr/tpr.h
+++ b/TAO/IIOP/tests/Cubit/Orbix/tpr/tpr.h
@@ -2,11 +2,16 @@
#include "cubit.h"
#include "ace/Service_Config.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
#include "ace/Thread_Manager.h"
//
// Create a thread filter to dispatch incoming calls
//
class tpr_filter : public CORBA::ThreadFilter {
- virtual int inRequestPreMarshal(CORBA::Request &, CORBA::Environment&);
+ virtual int inRequestPreMarshal(CORBA::Request &, CORBA::Environment&);
};