summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/background/TestI.cpp
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2017-05-02 13:58:41 -0400
committerJoe George <joe@zeroc.com>2017-05-02 15:42:34 -0400
commitcd472ddf8bd8a9c2bcfc80e988e6db450ea7dbf9 (patch)
tree5dbc0bfc43e2c195ab7e7d819e1914611f943f1d /cpp/test/Ice/background/TestI.cpp
parentRemoved trailing whitespace generated by slice2js (diff)
downloadice-cd472ddf8bd8a9c2bcfc80e988e6db450ea7dbf9.tar.bz2
ice-cd472ddf8bd8a9c2bcfc80e988e6db450ea7dbf9.tar.xz
ice-cd472ddf8bd8a9c2bcfc80e988e6db450ea7dbf9.zip
Remove trailing whitespace
Diffstat (limited to 'cpp/test/Ice/background/TestI.cpp')
-rw-r--r--cpp/test/Ice/background/TestI.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/test/Ice/background/TestI.cpp b/cpp/test/Ice/background/TestI.cpp
index 1239ee68c48..40eb0494fd6 100644
--- a/cpp/test/Ice/background/TestI.cpp
+++ b/cpp/test/Ice/background/TestI.cpp
@@ -66,13 +66,13 @@ BackgroundControllerI::holdAdapter(const Ice::Current&)
{
_adapter->hold();
}
-
+
void
BackgroundControllerI::resumeAdapter(const Ice::Current&)
{
_adapter->activate();
}
-
+
void
BackgroundControllerI::initializeSocketOperation(int status, const Ice::Current&)
{
@@ -96,7 +96,7 @@ BackgroundControllerI::readException(bool enable, const Ice::Current&)
{
_configuration->readException(enable ? new Ice::SocketException(__FILE__, __LINE__) : 0);
}
-
+
void
BackgroundControllerI::writeReady(bool enable, const Ice::Current&)
{
@@ -108,14 +108,14 @@ BackgroundControllerI::writeException(bool enable, const Ice::Current&)
{
_configuration->writeException(enable ? new Ice::SocketException(__FILE__, __LINE__) : 0);
}
-
+
void
BackgroundControllerI::buffered(bool enable, const Ice::Current&)
{
_configuration->buffered(enable);
}
-BackgroundControllerI::BackgroundControllerI(const Ice::ObjectAdapterPtr& adapter,
+BackgroundControllerI::BackgroundControllerI(const Ice::ObjectAdapterPtr& adapter,
const ConfigurationPtr& configuration) :
_adapter(adapter),
_configuration(configuration)