summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/eventlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/eventlog.h')
-rw-r--r--ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/eventlog.h61
1 files changed, 61 insertions, 0 deletions
diff --git a/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/eventlog.h b/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/eventlog.h
new file mode 100644
index 00000000000..ef2a1e12842
--- /dev/null
+++ b/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/eventlog.h
@@ -0,0 +1,61 @@
+/*
+ * $Id$
+ *
+ * Copyright (c) 1994, 1995. Netscape Communications Corporation. All
+ * rights reserved.
+ *
+ * Use of this software is governed by the terms of the license agreement for
+ * the Netscape Communications or Netscape Comemrce Server between the
+ * parties.
+ */
+
+
+/* ------------------------------------------------------------------------ */
+
+
+// EVENTLOG.H
+//
+// This file contains the defines that make NT an installable service.
+//
+// 1/12/95 aruna
+//
+
+// Functions in eventlog.c
+// Win32 specific stuff, so FUZZ: disable check_for_tchar
+
+VOID InitializeAdminLogging(PCHAR ServiceName, PCHAR MessageFile);
+VOID InitializeHttpdLogging(PCHAR ServiceName, PCHAR MessageFile);
+VOID InitializeHttpsLogging(PCHAR ServiceName, PCHAR MessageFile);
+
+VOID TerminateAdminLogging();
+VOID TerminateHttpdLogging();
+VOID TerminateHttpsLogging();
+
+VOID LogErrorEvent(PCHAR ServiceName, WORD fwEventType, WORD fwCategory, DWORD IDEvent,
+ LPTSTR chMsg, LPTSTR lpszMsg);
+
+// Functions in error.c
+
+VOID ReportError(PCHAR ErrorMsg);
+
+BOOL CALLBACK ErrorDialogProc(
+ HWND hDlg,
+ UINT message,
+ WPARAM wParam,
+ LPARAM lParam
+ );
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+