VR-Engage  2.2
Loading...
Searching...
No Matches
cigiEntityUnpublisherV4.h
Go to the documentation of this file.
1/*******************************************************************************
2** Copyright (c) 2024 MAK Technologies, Inc.
3** All rights reserved.
4*******************************************************************************/
5#pragma once
6
9
10#include <CigiEntityCtrlV4.h>
11
12namespace makVre
13{
14
16 DtCigiEntityUnpublisherV4, DtCigiEntityUnpublisher, DtCigiDataCreator>
17{
18public:
20 virtual ~DtCigiEntityUnpublisherV4() override {}
21
22protected:
23 virtual void initCigi() override;
24};
25
26} // namespace makVre
Specialized EntityPublisher sends Remove status and deletes itself upon confirmation of receipt.
virtual ~DtCigiEntityUnpublisherV4() override
Definition cigiEntityUnpublisherV4.h:20
DtCigiEntityUnpublisherV4()
Definition cigiEntityUnpublisherV4.h:19
virtual void initCigi() override
Derived Publisher classes should override initCigi() to set initial values in the CIGI data.
Contains the DLL export macro.
#define CIGIHOST_DLL
Definition export.h:20
Include export definitions for this library.
Definition glsVreMessageUtil.h:49