diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-08-19 13:11:23 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-08-19 13:11:23 +0000 |
commit | 2dee3deda6c1ef099d81f64b8d1293a7a3c7afe4 (patch) | |
tree | 0c99547bc9c4b9e85b13a0a4830c6895d5225659 /TAO/tao/debug.h | |
parent | 0fa118d1211de4d3506d8aca60ae58595ffba19c (diff) | |
download | ATCD-2dee3deda6c1ef099d81f64b8d1293a7a3c7afe4.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao/debug.h')
-rw-r--r-- | TAO/tao/debug.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/debug.h b/TAO/tao/debug.h index 34159ba7027..4ff91385854 100644 --- a/TAO/tao/debug.h +++ b/TAO/tao/debug.h @@ -28,13 +28,13 @@ // such as process initialization. They're treated as immutable. // 0 to ??; higher == more -extern u_int TAO_Export TAO_debug_level; +extern TAO_Export u_int TAO_debug_level; // debug messages on (1) or off (0) -extern u_int TAO_Export TAO_orbdebug; +extern TAO_Export u_int TAO_orbdebug; // set by getopt -extern char * TAO_Export TAO_debug_filter; +extern TAO_Export char *TAO_debug_filter; // These are just simple 0, 1, and 2 argument messages that will // appear when debugging's enabled, regardless of category. They also |