summaryrefslogtreecommitdiff
path: root/TAO/CIAO/docs
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-01-31 04:43:30 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-01-31 04:43:30 +0000
commitff6ef5f7d72538a927458b238cf0ff9874a3e4b4 (patch)
tree257cde90443deb7946427a03fb67caf65090b3d7 /TAO/CIAO/docs
parent15e646f25d072ea3f8413aa8adeb0c10f0efeebb (diff)
downloadATCD-ff6ef5f7d72538a927458b238cf0ff9874a3e4b4.tar.gz
ChangeLogTag:Sun Jan 30 20:30:46 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/CIAO/docs')
-rw-r--r--TAO/CIAO/docs/tutorial/Hello/hello_exec.cpp16
1 files changed, 8 insertions, 8 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))
{
}