summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/handcrafted/Display/GPS/GPS_exec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/handcrafted/Display/GPS/GPS_exec.cpp')
-rw-r--r--TAO/CIAO/examples/handcrafted/Display/GPS/GPS_exec.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/CIAO/examples/handcrafted/Display/GPS/GPS_exec.cpp b/TAO/CIAO/examples/handcrafted/Display/GPS/GPS_exec.cpp
index 543940c13a2..595fb77390f 100644
--- a/TAO/CIAO/examples/handcrafted/Display/GPS/GPS_exec.cpp
+++ b/TAO/CIAO/examples/handcrafted/Display/GPS/GPS_exec.cpp
@@ -27,7 +27,7 @@ MyImpl::GPS_exec_i::get_MyLocation (ACE_ENV_SINGLE_ARG_DECL)
}
void
-MyImpl::GPS_exec_i::push_Refresh (HUDisplay::tick_ptr ev
+MyImpl::GPS_exec_i::push_Refresh (HUDisplay::tick_ptr
ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
@@ -118,7 +118,7 @@ MyImpl::GPSHome_exec_i::~GPSHome_exec_i ()
::Components::EnterpriseComponent_ptr
MyImpl::GPSHome_exec_i::create (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException,
- Components::CreateFailure))
+ Components::CCMException))
{
return new MyImpl::GPS_exec_i;
}