summaryrefslogtreecommitdiff
path: root/TAO/tests/ICMG_Any_Bug/Hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ICMG_Any_Bug/Hello.h')
-rw-r--r--TAO/tests/ICMG_Any_Bug/Hello.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/ICMG_Any_Bug/Hello.h b/TAO/tests/ICMG_Any_Bug/Hello.h
index dd62206cfef..1d2b0256a54 100644
--- a/TAO/tests/ICMG_Any_Bug/Hello.h
+++ b/TAO/tests/ICMG_Any_Bug/Hello.h
@@ -15,9 +15,9 @@ public:
/// Constructor
Hello (CORBA::ORB_ptr orb, PortableServer::POA_ptr poa);
- virtual Test::HelloWorld_ptr get_helloworld (void);
+ virtual Test::HelloWorld_ptr get_helloworld ();
- virtual void shutdown (void);
+ virtual void shutdown ();
private:
PortableServer::POA_var poa_;