summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/ServerI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePack/ServerI.cpp')
-rw-r--r--cpp/src/IcePack/ServerI.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/IcePack/ServerI.cpp b/cpp/src/IcePack/ServerI.cpp
index 81bb4f649f3..97bc805ee7b 100644
--- a/cpp/src/IcePack/ServerI.cpp
+++ b/cpp/src/IcePack/ServerI.cpp
@@ -98,7 +98,7 @@ IcePack::ServerI::start(ServerActivation act, const Ice::Current& current)
setState(active ? Active : Inactive);
return active;
}
- catch (const Ice::SyscallException& ex)
+ catch(const Ice::SyscallException& ex)
{
Ice::Warning out(_traceLevels->logger);
out << "activation failed for server `" << description.name << "':\n";
@@ -389,7 +389,7 @@ IcePack::ServerI::stopInternal()
{
_activator->deactivate(this);
}
- catch (const Ice::SyscallException& ex)
+ catch(const Ice::SyscallException& ex)
{
Ice::Warning out(_traceLevels->logger);
out << "deactivation failed for server `" << description.name << "':\n";
@@ -448,7 +448,7 @@ IcePack::ServerI::stopInternal()
{
_activator->kill(this);
}
- catch (const Ice::SyscallException& ex)
+ catch(const Ice::SyscallException& ex)
{
Ice::Warning out(_traceLevels->logger);
out << "deactivation failed for server `" << description.name << "':\n";