git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52235 954022d7-b5bf-4e40-9824-e11837661b57

This commit is contained in:
Sergey.Kirillov
2013-11-19 15:48:34 +00:00
committed by Alexander Trofimov
parent 4f75f6a7ed
commit 47bbf2e734
84 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,16 @@
#include "stdafx.h"
#include "UnexpectedProgramPath.h"
namespace EXCEPT
{;
namespace LE
{;
UnexpectedProgramPath::UnexpectedProgramPath(const std::string& message, const std::string& function_name)
: WrongAPIUsage(message, function_name)
{
}
} // namespace LE
} // namespace EXCEPT