mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-14 22:08:17 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@54463 954022d7-b5bf-4e40-9824-e11837661b57
13 lines
230 B
C++
13 lines
230 B
C++
#ifndef _CP_NONCOPYABLE_H_
|
|
#define _CP_NONCOPYABLE_H_
|
|
|
|
#include <boost/noncopyable.hpp>
|
|
|
|
namespace cpdoccore {
|
|
|
|
typedef ::boost::noncopyable noncopyable;
|
|
|
|
} // namespace cpdoccore
|
|
|
|
#endif // #ifndef _CP_NONCOPYABLE_H_
|