mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 06:22:44 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62542 954022d7-b5bf-4e40-9824-e11837661b57
21 lines
520 B
C++
21 lines
520 B
C++
#pragma once
|
|
|
|
#include "Types.h"
|
|
|
|
namespace Jpeg2000
|
|
{
|
|
//-------------------------------------------------------------------------------------------------------------------------------
|
|
// Events
|
|
//-------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
bool Event_Message(int nEventType, const char *sFormatString, ...)
|
|
{
|
|
if (sFormatString != NULL)
|
|
{
|
|
// TODO: print sMessage/*, pCodecInfo->pClientData*/
|
|
}
|
|
|
|
return true;
|
|
}
|
|
|
|
} |