summaryrefslogtreecommitdiff
path: root/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_server.h')
-rw-r--r--TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_server.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_server.h b/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_server.h
index 09a64b4bbc8..3fb2fa83396 100644
--- a/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_server.h
+++ b/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_server.h
@@ -4,16 +4,16 @@
//
// = LIBRARY
// CORBA Marshal Orbix Benchmark
-//
+//
// = FILENAME
// orbix_marshal_server.h
//
// = AUTHOR
// Aniruddha Gokhale
-//
+//
// ============================================================================
-#if !defined(_ORBIX_MARSHAL_SERVER_H_)
+#ifndef _ORBIX_MARSHAL_SERVER_H_
#define _ORBIX_MARSHAL_SERVER_H_
// benchmark library includes
@@ -37,7 +37,7 @@ public:
// destructor
virtual int run (CORBA_Marshal_Proxy::OPTIONS &options,
- CORBA_Marshal_Proxy::RESULTS &results);
+ CORBA_Marshal_Proxy::RESULTS &results);
// do the actual work
private:
CORBA::ORB_ptr orb_;