Changeset 847
- Timestamp:
- 02/09/07 10:26:41 (2 years ago)
- Files:
-
- nepenthes/trunk/modules/x-4/x-4.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nepenthes/trunk/modules/x-4/x-4.cpp
r841 r847 34 34 #include "SubmitManager.hpp" 35 35 #include "LogManager.hpp" 36 #include "EventManager.hpp"37 #include "SocketEvent.hpp"38 36 39 37 using namespace nepenthes; … … 121 119 void X4::Submit(Download *down) 122 120 { 123 // m_Nepenthes->getUtilities()->hexdump((byte *)down->getDownloadBuffer()->getData(),down->getDownloadBuffer()->getSize()); 124 HEXDUMP(m_Socket, (byte *) down->getDownloadBuffer()->getData(), down->getDownloadBuffer()->getSize()); 121 // m_Nepenthes->getUtilities()->hexdump((byte *)down->getDownloadBuffer()->getData(),down->getDownloadBuffer()->getSize()); 125 122 } 126 123
