// SrvrItem.h : interface of the CEx32aSrvrItem class // #if !defined(AFX_SRVRITEM_H__60044922_C716_400D_A76B_36C11B3A66F7__INCLUDED_) #define AFX_SRVRITEM_H__60044922_C716_400D_A76B_36C11B3A66F7__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class CEx32aSrvrItem : public COleServerItem { DECLARE_DYNAMIC(CEx32aSrvrItem) // Constructors public: CEx32aSrvrItem(CEx32aDoc* pContainerDoc); // Attributes CEx32aDoc* GetDocument() const { return (CEx32aDoc*)COleServerItem::GetDocument(); } // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CEx32aSrvrItem) public: virtual BOOL OnDraw(CDC* pDC, CSize& rSize); virtual BOOL OnGetExtent(DVASPECT dwDrawAspect, CSize& rSize); //}}AFX_VIRTUAL // Implementation public: ~CEx32aSrvrItem(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif protected: virtual void Serialize(CArchive& ar); // overridden for document i/o }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SRVRITEM_H__60044922_C716_400D_A76B_36C11B3A66F7__INCLUDED_)