recovers/recents

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@65610 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Oleg.Korshul
2015-11-05 11:55:39 +00:00
committed by Alexander Trofimov
parent 73a1a6d221
commit 99ff12b064

View File

@ -2474,18 +2474,21 @@ namespace NSEditorApi
int m_nId;
bool m_bIsRecover;
std::wstring m_sPath;
bool m_bIsRemove;
public:
CAscLocalOpenFileRecent_Recover()
{
m_bIsRecover = false;
m_bIsRemove = false;
}
virtual ~CAscLocalOpenFileRecent_Recover()
{
}
LINK_PROPERTY_BOOL(IsRecover)
LINK_PROPERTY_BOOL(IsRemove)
LINK_PROPERTY_INT(Id)
LINK_PROPERTY_STRING(Path)
};