Commit f7b55191 authored by Oleg Korshul's avatar Oleg Korshul

добавил статические методы

parent 03d9a0f9
......@@ -154,4 +154,15 @@ public:
{
return S_OK;
}
static HRESULT Initialize()
{
NSDoctRenderer::CDocBuilder::Initialize();
return S_OK;
}
static HRESULT Dispose()
{
NSDoctRenderer::CDocBuilder::Dispose();
return S_OK;
}
};
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment