summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/RestartIMR/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/RestartIMR/test_i.h')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/RestartIMR/test_i.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/RestartIMR/test_i.h b/TAO/orbsvcs/tests/ImplRepo/RestartIMR/test_i.h
index 3b77ade88cc..53cef409396 100644
--- a/TAO/orbsvcs/tests/ImplRepo/RestartIMR/test_i.h
+++ b/TAO/orbsvcs/tests/ImplRepo/RestartIMR/test_i.h
@@ -31,15 +31,9 @@ public:
// Destructor
virtual ~Test_Time_i (void);
- virtual
- ::CORBA::Long current_time (
- void
- );
-
- virtual
- void shutdown (
- void
- );
+ virtual ::CORBA::Long current_time (void);
+
+ virtual void shutdown (void);
};