summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/Service.h')
-rwxr-xr-xcpp/include/Ice/Service.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/include/Ice/Service.h b/cpp/include/Ice/Service.h
index 6ddac7e8e87..6623b92f674 100755
--- a/cpp/include/Ice/Service.h
+++ b/cpp/include/Ice/Service.h
@@ -196,6 +196,11 @@ protected:
virtual void trace(const std::string&);
//
+ // Log a literal message.
+ //
+ virtual void print(const std::string&);
+
+ //
// Enable the CtrlCHandler to invoke interrupt() when a signal occurs.
//
void enableInterrupt();