summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/background/PluginI.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2017-04-27 13:05:25 +0200
committerBenoit Foucher <benoit@zeroc.com>2017-04-27 13:05:25 +0200
commitc5ee6fd5310199110dae6b2d01decbd20174d8db (patch)
treedaf558482821eb3a1ffd496b06ba8bcc2edce841 /cpp/test/Ice/background/PluginI.cpp
parentExtra whitespace (diff)
downloadice-c5ee6fd5310199110dae6b2d01decbd20174d8db.tar.bz2
ice-c5ee6fd5310199110dae6b2d01decbd20174d8db.tar.xz
ice-c5ee6fd5310199110dae6b2d01decbd20174d8db.zip
Fixed ICE-6680 - WS transports are now provided by a separate IceWS plugin
Diffstat (limited to 'cpp/test/Ice/background/PluginI.cpp')
-rw-r--r--cpp/test/Ice/background/PluginI.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/test/Ice/background/PluginI.cpp b/cpp/test/Ice/background/PluginI.cpp
index 5b4cffd557c..6e41947132e 100644
--- a/cpp/test/Ice/background/PluginI.cpp
+++ b/cpp/test/Ice/background/PluginI.cpp
@@ -25,10 +25,10 @@ class TestPluginI : public PluginI
public:
TestPluginI(const Ice::CommunicatorPtr&);
-
+
virtual void initialize();
virtual void destroy();
-
+
virtual ConfigurationPtr getConfiguration();
private:
@@ -52,12 +52,12 @@ createTestTransport(const Ice::CommunicatorPtr& communicator, const string&, con
}
-TestPluginI::TestPluginI(const Ice::CommunicatorPtr& communicator) :
+TestPluginI::TestPluginI(const Ice::CommunicatorPtr& communicator) :
_communicator(communicator),
_configuration(new Configuration())
{
}
-
+
void
TestPluginI::initialize()
{