diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-01-31 04:43:30 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-01-31 04:43:30 +0000 |
commit | ff6ef5f7d72538a927458b238cf0ff9874a3e4b4 (patch) | |
tree | 257cde90443deb7946427a03fb67caf65090b3d7 | |
parent | 15e646f25d072ea3f8413aa8adeb0c10f0efeebb (diff) | |
download | ATCD-ff6ef5f7d72538a927458b238cf0ff9874a3e4b4.tar.gz |
ChangeLogTag:Sun Jan 30 20:30:46 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r-- | TAO/CIAO/docs/tutorial/Hello/hello_exec.cpp | 16 | ||||
-rw-r--r-- | TAO/CIAO/examples/OEP/BasicSP/BMClosedED/BMClosedED_exec.cpp | 4 |
2 files changed, 10 insertions, 10 deletions
diff --git a/TAO/CIAO/docs/tutorial/Hello/hello_exec.cpp b/TAO/CIAO/docs/tutorial/Hello/hello_exec.cpp index def2aee302e..6a43ad843d8 100644 --- a/TAO/CIAO/docs/tutorial/Hello/hello_exec.cpp +++ b/TAO/CIAO/docs/tutorial/Hello/hello_exec.cpp @@ -15,7 +15,7 @@ hello_example::HelloWorld_Impl::~HelloWorld_Impl () char * hello_example::HelloWorld_Impl::sayhello (const char *username - ACE_ENV_ARG_DECL_NOT_USED) + ACE_ENV_ARG_DECL_NOT_USED) ACE_THROW_SPEC ((CORBA::SystemException)) { static const char *fmt = "Hello World message for "; @@ -37,14 +37,14 @@ hello_example::HelloWorld_Impl::set_session_context ( Components::SessionContext_ptr ctx ACE_ENV_ARG_DECL) ACE_THROW_SPEC ((CORBA::SystemException, - Components::CCMException)) + Components::CCMException)) { ACE_DEBUG ((LM_DEBUG, "hello_example::HelloWorld_Impl::set_session_context\n")); this->context_ = hello_example::HelloWorld_Exec_Context::_narrow (ctx - ACE_ENV_ARG_PARAMETER); + ACE_ENV_ARG_PARAMETER); ACE_CHECK; @@ -56,14 +56,14 @@ hello_example::HelloWorld_Impl::set_session_context ( void hello_example::HelloWorld_Impl::ciao_preactivate (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) ACE_THROW_SPEC ((CORBA::SystemException, - Components::CCMException)) + Components::CCMException)) { } void hello_example::HelloWorld_Impl::ccm_activate (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) ACE_THROW_SPEC ((CORBA::SystemException, - Components::CCMException)) + Components::CCMException)) { } @@ -71,7 +71,7 @@ void hello_example::HelloWorld_Impl::ciao_postactivate ( ACE_ENV_SINGLE_ARG_DECL_NOT_USED) ACE_THROW_SPEC ((CORBA::SystemException, - Components::CCMException)) + Components::CCMException)) { } @@ -79,14 +79,14 @@ void hello_example::HelloWorld_Impl::ccm_passivate ( ACE_ENV_SINGLE_ARG_DECL_NOT_USED) ACE_THROW_SPEC ((CORBA::SystemException, - Components::CCMException)) + Components::CCMException)) { } void hello_example::HelloWorld_Impl::ccm_remove (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) ACE_THROW_SPEC ((CORBA::SystemException, - Components::CCMException)) + Components::CCMException)) { } diff --git a/TAO/CIAO/examples/OEP/BasicSP/BMClosedED/BMClosedED_exec.cpp b/TAO/CIAO/examples/OEP/BasicSP/BMClosedED/BMClosedED_exec.cpp index 335e2e3e82f..a08164ffc10 100644 --- a/TAO/CIAO/examples/OEP/BasicSP/BMClosedED/BMClosedED_exec.cpp +++ b/TAO/CIAO/examples/OEP/BasicSP/BMClosedED/BMClosedED_exec.cpp @@ -185,8 +185,8 @@ MyImpl::BMClosedEDHome_exec_i::create (ACE_ENV_SINGLE_ARG_DECL) Components::EnterpriseComponent_ptr tmp = Components::EnterpriseComponent::_nil (); ACE_NEW_THROW_EX (tmp, - MyImpl::BMClosedED_exec_i, - CORBA::NO_MEMORY ()); + MyImpl::BMClosedED_exec_i, + CORBA::NO_MEMORY ()); return tmp; } |