1234567891011121314151617181920 |
- // FTPEventSink.cpp: implementation of the CFTPEventSink class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "FTPEventSink.h"
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- CFTPEventSink::CFTPEventSink()
- {
- }
- CFTPEventSink::~CFTPEventSink()
- {
- }
|