Files
core/ASCOfficeXlsFile2/source/Serializer/Serializer.h
Elen.Subbotina 29c989e784 чтение xls файлов
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@58816 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-20 23:19:50 +03:00

23 lines
301 B
C++

#pragma once
#include <Document/Document.h>
//namespace XLS
//{;
class Document;
class Serializer
{
public:
virtual const bool read(Document& doc, const _bstr_t& from) = 0;
virtual const bool write(const Document& doc, const _bstr_t& to) = 0;
};
//} // namespace XLS