diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-03-22 00:23:35 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-03-22 00:23:35 +0000 |
commit | 1d9808c8389f49f5bebb09dcc157f63a7c4856ff (patch) | |
tree | 98f4889b64474f614da29d111b5dd90962589ae2 /netsvcs | |
parent | cc6ff98a45921929e220bd49f378c7669a1d11b4 (diff) | |
download | ATCD-1d9808c8389f49f5bebb09dcc157f63a7c4856ff.tar.gz |
Corrections to ACE_NTOHL explanation.
Diffstat (limited to 'netsvcs')
-rw-r--r-- | netsvcs/lib/Server_Logging_Handler_T.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/netsvcs/lib/Server_Logging_Handler_T.cpp b/netsvcs/lib/Server_Logging_Handler_T.cpp index 6982b62fdb6..ab22c4c7094 100644 --- a/netsvcs/lib/Server_Logging_Handler_T.cpp +++ b/netsvcs/lib/Server_Logging_Handler_T.cpp @@ -91,10 +91,6 @@ ACE_Server_Logging_Handler_T<ACE_PEER_STREAM_2, COUNTER, ACE_SYNCH_USE, LMR>::ha ACE_Log_Record lp; // Use ACE_NTOHL to get around bug in egcs 2.91.6x. - // - // Using the ACE_NTOHL macro is functionally equivalent to - // the standard ntohl() system call but it may be more - // inefficient on some platforms. length = ACE_NTOHL (length); #if !defined (ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES) |