summaryrefslogtreecommitdiff
path: root/ace/OS.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-03-28 21:18:13 +0000
committerSteve Huston <shuston@riverace.com>2002-03-28 21:18:13 +0000
commitc8996580821bb4dca6b6f13605f8c315ba832104 (patch)
tree7b2cdae218e6201b2a1cd4e17e14ca13bd4884de /ace/OS.h
parent45c9899f3f5397c951ab6b9cd2fed280a32b0e86 (diff)
downloadATCD-c8996580821bb4dca6b6f13605f8c315ba832104.tar.gz
ChangeLogTag:Thu Mar 28 16:14:39 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/OS.h')
-rw-r--r--ace/OS.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/ace/OS.h b/ace/OS.h
index f672a84d7f1..a66c3b88791 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -858,7 +858,13 @@ public:
friend ACE_OS_Export int operator != (const ACE_Time_Value &tv1,
const ACE_Time_Value &tv2);
- /// Dump the state of an object.
+ /// Dump is a no-op.
+ /**
+ * The dump() method is a no-op. It's here for backwards compatibility
+ * only, but does not dump anything. Invoking logging methods here
+ * violates layering restrictions in ACE because this class is part
+ * of the OS layer and @c ACE_Log_Msg is at a higher level.
+ */
void dump (void) const;
# if defined (ACE_WIN32)