diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2007-01-25 18:20:09 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2007-01-25 18:20:09 +0000 |
commit | 39c2954071f9c9a5f71c72953c2c0264eb291c91 (patch) | |
tree | ef235cfa5f0e9ce7e3099e771ec429157d94d73d /CIAO/ciao/Context_Impl_Base.h | |
parent | 528474110ea3692de384e7d5e906b8e021eae7ad (diff) | |
download | ATCD-39c2954071f9c9a5f71c72953c2c0264eb291c91.tar.gz |
ChangeLogTag: Thu Jan 25 18:18:58 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'CIAO/ciao/Context_Impl_Base.h')
-rw-r--r-- | CIAO/ciao/Context_Impl_Base.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/CIAO/ciao/Context_Impl_Base.h b/CIAO/ciao/Context_Impl_Base.h index 60852390099..189a9f3aba2 100644 --- a/CIAO/ciao/Context_Impl_Base.h +++ b/CIAO/ciao/Context_Impl_Base.h @@ -68,30 +68,29 @@ namespace CIAO // Operations from ::Components::CCMContext. virtual Components::Principal_ptr - get_caller_principal (void) + get_caller_principal () ACE_THROW_SPEC ((CORBA::SystemException)); virtual Components::CCMHome_ptr - get_CCM_home (void) + get_CCM_home () ACE_THROW_SPEC ((CORBA::SystemException)); virtual CORBA::Boolean - get_rollback_only (void) + get_rollback_only () ACE_THROW_SPEC ((CORBA::SystemException, Components::IllegalState)); virtual Components::Transaction::UserTransaction_ptr - get_user_transaction (void) + get_user_transaction () ACE_THROW_SPEC ((CORBA::SystemException, Components::IllegalState)); virtual CORBA::Boolean - is_caller_in_role (const char *role - ACE_ENV_ARG_DECL_WITH_DEFAULTS) + is_caller_in_role (const char *role) ACE_THROW_SPEC ((CORBA::SystemException)); virtual void - set_rollback_only (void) + set_rollback_only () ACE_THROW_SPEC ((CORBA::SystemException, Components::IllegalState)); |