summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/ReconnectServer/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/ReconnectServer/test_i.h')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/ReconnectServer/test_i.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/ReconnectServer/test_i.h b/TAO/orbsvcs/tests/ImplRepo/ReconnectServer/test_i.h
index ff679e82b06..536c7fe81a8 100644
--- a/TAO/orbsvcs/tests/ImplRepo/ReconnectServer/test_i.h
+++ b/TAO/orbsvcs/tests/ImplRepo/ReconnectServer/test_i.h
@@ -7,7 +7,6 @@
#pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-
class Test_Dummy_i
: public virtual POA_taoimrtest::reconnectserver::Dummy
{
@@ -31,17 +30,10 @@ public:
// Destructor
virtual ~Test_Time_i (void);
- virtual
- ::CORBA::Long current_time (
- void
- );
+ virtual ::CORBA::Long current_time (void);
- virtual
- void shutdown (
- void
- );
+ virtual void shutdown (void);
};
-
#endif /* IMR_RECONNECTSERVER_H */