Commit 99ff12b0 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

recovers/recents

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@65610 954022d7-b5bf-4e40-9824-e11837661b57
parent 73a1a6d2
......@@ -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)
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment