summaryrefslogtreecommitdiff
path: root/TAO/tao/debug.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-20 19:08:34 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-20 19:08:34 +0000
commitc54e9222a4c5e094407875b63af0224cad66e810 (patch)
tree033a8a38f236add1d37dbd83b9e0c1aed6650cff /TAO/tao/debug.h
parent441d230fc2e7b3e0aa6df5cfa05df6ea6336c7f2 (diff)
downloadATCD-c54e9222a4c5e094407875b63af0224cad66e810.tar.gz
ChangeLogTag:Thu Aug 20 13:58:53 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/debug.h')
-rw-r--r--TAO/tao/debug.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/TAO/tao/debug.h b/TAO/tao/debug.h
index 4ff91385854..75f456e45c3 100644
--- a/TAO/tao/debug.h
+++ b/TAO/tao/debug.h
@@ -87,28 +87,28 @@ extern TAO_Export char *TAO_debug_filter;
// characters in that string are in the "TAO_debug_filter" string, the
// message is then printed. Assign thosee characters as needed.
-extern void TAO_Export dmsg_filter (const char *_FAR filter,
- const char *_FAR fmt,
+extern void TAO_Export dmsg_filter (const char *filter,
+ const char *fmt,
...);
// Filter according to TAO_debug_level instead of category. (For
// speed, test against TAO_debug_level directly.)
extern void TAO_Export dmsg_filter (u_int level,
- const char *_FAR fmt,
+ const char *fmt,
...);
// General varargs debug message printer, no filtering
-extern void TAO_Export dmsg_v (const char *_FAR fmt,
+extern void TAO_Export dmsg_v (const char *fmt,
...);
-extern void TAO_Export _dmsg_x (CORBA_Environment _FAR &env,
- const char *_FAR info);
-extern void TAO_Export dmsg_opaque (char *_FAR label,
- u_char *_FAR buffer,
+extern void TAO_Export _dmsg_x (CORBA_Environment &env,
+ const char *info);
+extern void TAO_Export dmsg_opaque (char *label,
+ u_char *buffer,
u_long len);
-extern void TAO_Export dmsg_opaque_full (char *_FAR label,
- const u_char *_FAR buffer,
+extern void TAO_Export dmsg_opaque_full (char *label,
+ const u_char *buffer,
u_long len);
#endif /* DEBUG */