summaryrefslogtreecommitdiff
path: root/TAO/tao/debug.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-05-23 22:47:42 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-05-23 22:47:42 +0000
commitd5f6926ef42b6e98ca2e3186076fa9decea5b156 (patch)
treeb9626d243253a8bb61162999f7420eaa84401c75 /TAO/tao/debug.cpp
parent38439358079782b6ed9faea398adf00435db416a (diff)
downloadATCD-d5f6926ef42b6e98ca2e3186076fa9decea5b156.tar.gz
ChangeLogTag:Thu May 23 15:46:01 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/debug.cpp')
-rw-r--r--TAO/tao/debug.cpp14
1 files changed, 4 insertions, 10 deletions
diff --git a/TAO/tao/debug.cpp b/TAO/tao/debug.cpp
index 1df1e0f40a2..d1cfdd93b16 100644
--- a/TAO/tao/debug.cpp
+++ b/TAO/tao/debug.cpp
@@ -1,11 +1,3 @@
-// $Id$
-// @ (#)debug.cpp 1.3 95/10/02
-
-// Copyright 1994-1995 by Sun Microsystems Inc.
-// All Rights Reserved
-//
-// ORB: Simple debug/trace support
-//
// THREADING NOTE: the global values here (debug_{level,filter,stream)
// are assumed to be modified "safely", e.g. in the main thread as
// part of process initialization. They are treated as immutable
@@ -15,6 +7,8 @@
#include "tao/debug.h"
-ACE_RCSID(tao, debug, "$Id$")
+ACE_RCSID (tao,
+ debug,
+ "$Id$")
-TAO_Export u_int TAO_debug_level = 0;
+TAO_Export unsigned int TAO_debug_level = 0;