ref: 4fde4ec89c983fb8e86efd1bf9b31b880d99e2e9
dir: /wingui/AbstractPropertyPageContents.h/
// AbstractPropertyPageContents.h: interface for the CAbstractPropertyPageContents class. // Author: Torsten Landmann // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_ABSTRACTPROPERTYPAGECONTENTS_H__7B47B265_0FF8_11D5_8402_0080C88C25BD__INCLUDED_) #define AFX_ABSTRACTPROPERTYPAGECONTENTS_H__7B47B265_0FF8_11D5_8402_0080C88C25BD__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class CAbstractPropertyPageContents { public: CAbstractPropertyPageContents(); virtual ~CAbstractPropertyPageContents(); }; #endif // !defined(AFX_ABSTRACTPROPERTYPAGECONTENTS_H__7B47B265_0FF8_11D5_8402_0080C88C25BD__INCLUDED_)