ref: d12f80faa4a0a08a38cb05de3960b2a6e01569df
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_)