summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/plugin/LoggerPluginI.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2009-11-03 01:01:11 +0100
committerJose <jose@zeroc.com>2009-11-03 01:01:11 +0100
commit1d5da5b2d464872a8e49c49b973db548413e3859 (patch)
tree3a2bc9bce115b1299e925fde93f6d6e1cd802857 /cpp/demo/Ice/plugin/LoggerPluginI.cpp
parentFixed bug 4346 - gcc 4.3.4 warnings (diff)
downloadice-1d5da5b2d464872a8e49c49b973db548413e3859.tar.bz2
ice-1d5da5b2d464872a8e49c49b973db548413e3859.tar.xz
ice-1d5da5b2d464872a8e49c49b973db548413e3859.zip
2589 - Bogus Ice.ProgramName value for IceBox service.
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();
+ }
};
};