00001
00002
00004
00005 #if !defined(AFX_ANFBIMPL_H__0EF93341_FB32_4E39_807B_81BF2A655FDC__INCLUDED_)
00006 #define AFX_ANFBIMPL_H__0EF93341_FB32_4E39_807B_81BF2A655FDC__INCLUDED_
00007
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 #include <abuse/Analyze.h>
00012
00013 class AnFbImpl : public AnalyzerFeedback
00014 {
00015 public:
00016 AnFbImpl(HWND _hWnd);
00017 virtual ~AnFbImpl();
00018 virtual void onStop()const;
00019 virtual void onComplete(std::list<AbuseDesks> abuseDesks)const;
00020 virtual void onStart()const;
00021 private:
00022 HWND hWnd;
00023 };
00024
00025 #endif // !defined(AFX_ANFBIMPL_H__0EF93341_FB32_4E39_807B_81BF2A655FDC__INCLUDED_)