summaryrefslogtreecommitdiff
path: root/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_server.h')
-rw-r--r--TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_server.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_server.h b/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_server.h
index 36076c8fe90..d18feb277ea 100644
--- a/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_server.h
+++ b/TAO/Benchmark/Marshal_Test/VisiBroker/visi_marshal_server.h
@@ -4,16 +4,16 @@
//
// = LIBRARY
// CORBA Marshal Visibroker Benchmark
-//
+//
// = FILENAME
// visi_marshal_server.h
//
// = AUTHOR
// Aniruddha Gokhale
-//
+//
// ============================================================================
-#if !defined(_VISI_MARSHAL_SERVER_H_)
+#ifndef _VISI_MARSHAL_SERVER_H_
#define _VISI_MARSHAL_SERVER_H_
// benchmark library includes
@@ -38,7 +38,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_;