исправлен проект - подключен "старый" DocxFormat (тот который с AVS - без вытирания буста)

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@53593 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Elen.Subbotina
2014-01-15 09:59:12 +00:00
committed by Alexander Trofimov
parent 4f5f69f8f9
commit 6138139c4e
770 changed files with 52252 additions and 48 deletions

View File

@ -0,0 +1,12 @@
// auto inserted precompiled begin
#include "precompiled_utility.h"
// auto inserted precompiled end
#include "UnitError.h"
UnitError::UnitError(const std::string& message)
: log_invalid_argument(message)
{
}