mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 03:42:47 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@66199 954022d7-b5bf-4e40-9824-e11837661b57
10 lines
189 B
C++
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>
|