summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-11-11 14:37:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-11-11 14:37:50 +0000
commit9ed9c0b403e697703db5c7844d0129a9ed12b674 (patch)
tree3be3df8676e7c866750074afd488ada730b89bd7
parent42312ad07a0ed3fccc60472a0fd043c0809a1565 (diff)
downloadATCD-9ed9c0b403e697703db5c7844d0129a9ed12b674.tar.gz
ChangeLogTag: Thu Nov 11 14:37:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/CIAO/docs/tutorial/Hello/hello_exec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/CIAO/docs/tutorial/Hello/hello_exec.cpp b/TAO/CIAO/docs/tutorial/Hello/hello_exec.cpp
index bbeb128d9c8..3c2c2bb41bf 100644
--- a/TAO/CIAO/docs/tutorial/Hello/hello_exec.cpp
+++ b/TAO/CIAO/docs/tutorial/Hello/hello_exec.cpp
@@ -51,7 +51,7 @@ hello_example::HelloWorld_Impl::set_session_context (
}
void
-hello_example::HelloWorld_Impl::ciao_preactivate (ACE_ENV_SINGLE_ARG_DECL)
+hello_example::HelloWorld_Impl::ciao_preactivate (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException,
Components::CCMException))
{