summaryrefslogtreecommitdiff
path: root/TAO/Benchmark/benchmark/marshal_results.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/Benchmark/benchmark/marshal_results.h')
-rw-r--r--TAO/Benchmark/benchmark/marshal_results.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/TAO/Benchmark/benchmark/marshal_results.h b/TAO/Benchmark/benchmark/marshal_results.h
index 5d635cf83d7..66de29e13bd 100644
--- a/TAO/Benchmark/benchmark/marshal_results.h
+++ b/TAO/Benchmark/benchmark/marshal_results.h
@@ -4,20 +4,24 @@
//
// = LIBRARY
// CORBA Benchmark
-//
+//
// = FILENAME
// marshal_results.h
//
// = AUTHOR
// Aniruddha Gokhale
-//
+//
// ============================================================================
-#if !defined (_CORBA_MARSHAL_RESULTS_H_)
+#ifndef _CORBA_MARSHAL_RESULTS_H_
#define _CORBA_MARSHAL_RESULTS_H_
#include "ace/Profile_Timer.h"
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
class CORBA_Marshal_Results
{
public: