summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/plugin/LoggerPluginI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Ice/plugin/LoggerPluginI.cpp')
-rw-r--r--cpp/demo/Ice/plugin/LoggerPluginI.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/demo/Ice/plugin/LoggerPluginI.cpp b/cpp/demo/Ice/plugin/LoggerPluginI.cpp
index d3eeefc4d01..cf62c4b72cc 100644
--- a/cpp/demo/Ice/plugin/LoggerPluginI.cpp
+++ b/cpp/demo/Ice/plugin/LoggerPluginI.cpp
@@ -41,6 +41,12 @@ public:
{
cout << "ERROR: " << message << endl;
}
+
+ virtual Ice::LoggerPtr
+ cloneWithPrefix(const std::string&)
+ {
+ return new LoggerI();
+ }
};
};