summaryrefslogtreecommitdiff
path: root/TAO/docs/tutorials/Quoter/Naming_Service/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/docs/tutorials/Quoter/Naming_Service/server.cpp')
-rw-r--r--TAO/docs/tutorials/Quoter/Naming_Service/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/docs/tutorials/Quoter/Naming_Service/server.cpp b/TAO/docs/tutorials/Quoter/Naming_Service/server.cpp
index 3247ae26f16..7c100bb0ca0 100644
--- a/TAO/docs/tutorials/Quoter/Naming_Service/server.cpp
+++ b/TAO/docs/tutorials/Quoter/Naming_Service/server.cpp
@@ -48,7 +48,7 @@ int main (int argc, char* argv[])
poa->destroy (1, 1);
orb->destroy ();
}
- catch (CORBA::Exception &) {
+ catch (CORBA::Exception &ex) {
std::cerr << "CORBA exception raised!" << std::endl;
}
return 0;