RnsoNotificationRout.h
资源名称:rnso.zip [点击查看]
上传用户:lianquan
上传日期:2007-01-02
资源大小:197k
文件大小:1k
源码类别:
ActiveX/DCOM/ATL
开发平台:
Visual C++
- // RnsoNotificationRout.h: interface for the RnsoNotificationRout class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_RNSONOTIFICATIONROUT_H__B99C427C_5ADE_11D2_A94E_FAA2A7000000__INCLUDED_)
- #define AFX_RNSONOTIFICATIONROUT_H__B99C427C_5ADE_11D2_A94E_FAA2A7000000__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- #include "ObserverNotification.h"
- class AFX_EXT_CLASS RnsoNotificationRout
- {
- public:
- RnsoNotificationRout();
- virtual ~RnsoNotificationRout();
- virtual void OnNotifyNOTIFY(ObserverNotification* pNotification);
- virtual void OnNotifyNOTIFY_SUBJECTBROKEN(DWORD dwSubjectID);
- };
- #endif // !defined(AFX_RNSONOTIFICATIONROUT_H__B99C427C_5ADE_11D2_A94E_FAA2A7000000__INCLUDED_)