diff options
Diffstat (limited to 'TAO/tests/Bug_1482_Regression/Hello.h')
-rw-r--r-- | TAO/tests/Bug_1482_Regression/Hello.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_1482_Regression/Hello.h b/TAO/tests/Bug_1482_Regression/Hello.h index 58a5fd909b3..7d7fe72e65a 100644 --- a/TAO/tests/Bug_1482_Regression/Hello.h +++ b/TAO/tests/Bug_1482_Regression/Hello.h @@ -17,7 +17,7 @@ public: Hello (CORBA::ORB_ptr orb); // = The skeleton methods - virtual CORBA::ULong next_prime (ACE_ENV_SINGLE_ARG_DECL) + virtual CORBA::ULong next_prime (void) ACE_THROW_SPEC ((CORBA::SystemException)); private: |