summaryrefslogtreecommitdiff
path: root/ACE/ace/ACE.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-10-21 11:15:17 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-10-21 11:15:17 +0000
commit28ffc1dd5977d4e5f42b5775e544fce117278747 (patch)
tree71c539d11d1141b90550904e9f6c93847df289a5 /ACE/ace/ACE.cpp
parent929c2d6e38df942a18ac21e67d1e745a76d340ff (diff)
downloadATCD-28ffc1dd5977d4e5f42b5775e544fce117278747.tar.gz
Thu Oct 21 11:10:56 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/ACE.cpp: * ace/FILE_IO.h: * ace/Free_List.h: * ace/Handle_Set.h: * ace/Log_Msg.h: * ace/WIN32_Asynch_IO.h: Doxygen changes
Diffstat (limited to 'ACE/ace/ACE.cpp')
-rw-r--r--ACE/ace/ACE.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/ACE/ace/ACE.cpp b/ACE/ace/ACE.cpp
index 42e6cb198b2..cc53d260c1e 100644
--- a/ACE/ace/ACE.cpp
+++ b/ACE/ace/ACE.cpp
@@ -2268,11 +2268,9 @@ ACE::restore_non_blocking_mode (ACE_HANDLE handle, int val)
}
}
-
-// Format buffer into printable format. This is useful for debugging.
-// Portions taken from mdump by J.P. Knight (J.P.Knight@lut.ac.uk)
-// Modifications by Todd Montgomery.
-
+/// Format buffer into printable format. This is useful for debugging.
+/// Portions taken from mdump by J.P. Knight (J.P.Knight@lut.ac.uk)
+/// Modifications by Todd Montgomery.
size_t
ACE::format_hexdump (const char *buffer,
size_t size,