FTPEventSink.cpp 431 B

1234567891011121314151617181920
  1. // FTPEventSink.cpp: implementation of the CFTPEventSink class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #include "stdafx.h"
  5. #include "FTPEventSink.h"
  6. //////////////////////////////////////////////////////////////////////
  7. // Construction/Destruction
  8. //////////////////////////////////////////////////////////////////////
  9. CFTPEventSink::CFTPEventSink()
  10. {
  11. }
  12. CFTPEventSink::~CFTPEventSink()
  13. {
  14. }