summaryrefslogtreecommitdiffhomepage
path: root/Comm
diff options
context:
space:
mode:
Diffstat (limited to 'Comm')
-rw-r--r--Comm/herror.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Comm/herror.hxx b/Comm/herror.hxx
index e5042b60..6f6abf6f 100644
--- a/Comm/herror.hxx
+++ b/Comm/herror.hxx
@@ -8,9 +8,9 @@
#include <Comm/newstd.hxx>
-#define DbgOk() (kLastError == kErrorSuccess)
-#define DbgFailed() (kLastError != kErrorSuccess)
-#define DbgLastError() kLastError
+#define ErrLocalIsOk() (kLastError == kErrorSuccess)
+#define ErrLocalFailed() (kLastError != kErrorSuccess)
+#define ErrLocal() kLastError
typedef SInt32 HError;