summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Application.h
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-10-12 02:23:00 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-10-12 02:23:00 +0000
commit2a52a8fca98c1b3f5549f56a5d89356023699cb2 (patch)
tree6577c0dafdaf817d458adc092747f5c7a815aca5 /cpp/include/Ice/Application.h
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=87 (diff)
downloadice-2a52a8fca98c1b3f5549f56a5d89356023699cb2.tar.bz2
ice-2a52a8fca98c1b3f5549f56a5d89356023699cb2.tar.xz
ice-2a52a8fca98c1b3f5549f56a5d89356023699cb2.zip
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=87
Diffstat (limited to 'cpp/include/Ice/Application.h')
-rw-r--r--cpp/include/Ice/Application.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/Application.h b/cpp/include/Ice/Application.h
index 6254777eebd..10ab0d02f1c 100644
--- a/cpp/include/Ice/Application.h
+++ b/cpp/include/Ice/Application.h
@@ -30,7 +30,7 @@ public:
// are printed if exceptions propagate to main(), and the
// Communicator is always destroyed, regardless of exceptions.
//
- int main(int, char*[], const char* = 0);
+ int main(int, char*[], const char* = 0, const Ice::LoggerPtr& = 0);
virtual int run(int, char*[]) = 0;
//