Changeset 847

Show
Ignore:
Timestamp:
02/09/07 10:26:41 (2 years ago)
Author:
common
Message:

nepenthes

  • fix x-4
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nepenthes/trunk/modules/x-4/x-4.cpp

    r841 r847  
    3434#include "SubmitManager.hpp" 
    3535#include "LogManager.hpp" 
    36 #include "EventManager.hpp" 
    37 #include "SocketEvent.hpp" 
    3836 
    3937using namespace nepenthes; 
     
    121119void X4::Submit(Download *down) 
    122120{ 
    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()); 
    125122} 
    126123