summaryrefslogtreecommitdiff
path: root/TAO/Benchmark/benchmark/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/Benchmark/benchmark/driver.h')
-rw-r--r--TAO/Benchmark/benchmark/driver.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/TAO/Benchmark/benchmark/driver.h b/TAO/Benchmark/benchmark/driver.h
index 690041eac73..cb69ea098ce 100644
--- a/TAO/Benchmark/benchmark/driver.h
+++ b/TAO/Benchmark/benchmark/driver.h
@@ -6,20 +6,24 @@
//
// = LIBRARY
// CORBA Benchmark
-//
+//
// = FILENAME
// driver.h
//
// = AUTHOR
// Aniruddha Gokhale
-//
+//
// ============================================================================
-#if !defined (_CORBA_BENCHMARK_DRIVER_H_)
+#ifndef _CORBA_BENCHMARK_DRIVER_H_
#define _CORBA_BENCHMARK_DRIVER_H_
#include "ace/Log_Msg.h"
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
template <class PROXY>
class CORBA_Benchmark_Driver
{