diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-12 19:30:10 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-12 19:30:10 +0000 |
commit | 623038ddf43216e8114360b39940a5be1d71cafc (patch) | |
tree | 0428abc32c7a76ed7b5505b7d240d1e8ad49624c /TAO/orbsvcs/examples | |
parent | 7f8d90d628f10630e83aaf4d37b4a70e161e90fe (diff) | |
download | ATCD-623038ddf43216e8114360b39940a5be1d71cafc.tar.gz |
Diffstat (limited to 'TAO/orbsvcs/examples')
-rw-r--r-- | TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.cpp b/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.cpp index 7d37a7df673..45db3e629d0 100644 --- a/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.cpp +++ b/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.cpp @@ -216,7 +216,7 @@ namespace { FT::FTRequestServiceContext* extract_context ( - PortableInterceptor::ServerRequestInfo_ptr ri) ACE_THROW_SPEC ((CORBA::SystemException)); + PortableInterceptor::ServerRequestInfo_ptr ri); } #if TAO_HAS_EXTENDED_FT_INTERCEPTORS == 1 |