diff options
Diffstat (limited to 'TAO/tests/Cache_Growth_Test/Hello.h')
-rw-r--r-- | TAO/tests/Cache_Growth_Test/Hello.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Cache_Growth_Test/Hello.h b/TAO/tests/Cache_Growth_Test/Hello.h index 8b2124d9fe5..88fd5ffb5b8 100644 --- a/TAO/tests/Cache_Growth_Test/Hello.h +++ b/TAO/tests/Cache_Growth_Test/Hello.h @@ -14,9 +14,9 @@ public: Hello (CORBA::ORB_ptr orb); // = The skeleton methods - virtual char * get_string (void); + virtual char * get_string (); - virtual void shutdown (void); + virtual void shutdown (); private: /// Use an ORB reference to convert strings to objects and shutdown |