VR-Exchange 2.6 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
portal
pResupplyReceivedInteraction.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2015 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#include <
portal/pSupplyInteraction.h
>
13
#include <
portal/vrxRecordSetList.h
>
14
15
namespace
MAKVrExchange
16
{
17
18
class
DtPortalConnection;
19
22
class
DT_DLL_LIBPORTAL
DtPortalResupplyReceivedInteraction
23
:
public
DtPortalSupplyInteraction
24
{
25
public
:
26
28
typedef
void (*functionCallback_type) (
29
const
DtPortalResupplyReceivedInteraction
& interaction,
void
* userData );
30
32
DtPortalResupplyReceivedInteraction
();
33
35
virtual
~
DtPortalResupplyReceivedInteraction
();
36
38
static
void
addCallback(
DtPortalConnection
* connection,
39
functionCallback_type callbackFunction,
void
* userData );
40
42
static
void
removeCallback(
DtPortalConnection
* connection,
43
functionCallback_type callbackFunction,
void
* userData );
44
45
static
const
DtPortalMessageKind
theKind
;
46
47
static
DtPortalMessage
* create();
48
49
};
50
51
52
inline
DtPortalMessage
*
DtPortalResupplyReceivedInteraction::create
()
53
{
54
return
new
DtPortalResupplyReceivedInteraction
();
55
}
56
57
}
Document ID: Generated on Wed Jan 30 18:15:18 EST 2019 from SVN revision 195534
Copyright © 2005-2019 VT MÄK. All Rights Reserved (
www.mak.com
)