diff options
author | Steve Huston <shuston@riverace.com> | 2002-03-28 21:18:13 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-03-28 21:18:13 +0000 |
commit | c8996580821bb4dca6b6f13605f8c315ba832104 (patch) | |
tree | 7b2cdae218e6201b2a1cd4e17e14ca13bd4884de /ace/OS.h | |
parent | 45c9899f3f5397c951ab6b9cd2fed280a32b0e86 (diff) | |
download | ATCD-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.h | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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) |