RnsoNotificationRout.h
上传用户:lianquan
上传日期:2007-01-02
资源大小:197k
文件大小:1k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. // RnsoNotificationRout.h: interface for the RnsoNotificationRout class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_RNSONOTIFICATIONROUT_H__B99C427C_5ADE_11D2_A94E_FAA2A7000000__INCLUDED_)
  5. #define AFX_RNSONOTIFICATIONROUT_H__B99C427C_5ADE_11D2_A94E_FAA2A7000000__INCLUDED_
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. #include "ObserverNotification.h"
  10. class AFX_EXT_CLASS RnsoNotificationRout  
  11. {
  12. public:
  13. RnsoNotificationRout();
  14. virtual ~RnsoNotificationRout();
  15. virtual void OnNotifyNOTIFY(ObserverNotification* pNotification);
  16. virtual void OnNotifyNOTIFY_SUBJECTBROKEN(DWORD dwSubjectID);
  17. };
  18. #endif // !defined(AFX_RNSONOTIFICATIONROUT_H__B99C427C_5ADE_11D2_A94E_FAA2A7000000__INCLUDED_)