Files
core/ASCOfficeXlsFile2/source/Common/common.h
Oleg.Korshul 20c5758525 Merged revision(s) from AVS/Sources/TeamlabOffice/branches/TeamlabOffice_v3.5_CPP:
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@66199 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:45:20 +03:00

10 lines
189 B
C++

#pragma once
#include <string>
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
#define _CP_OPT(V1) boost::optional<V1>
#define _CP_PTR(V2) boost::shared_ptr<V2>