OpenTwin
0.1
OpenTwin
Loading...
Searching...
No Matches
AbstractModelNotifier.h
Go to the documentation of this file.
1
#pragma once
2
3
// Foundation header
4
#include "
OTServiceFoundation/FoundationAPIExport.h
"
5
6
// C++ header
7
#include <string>
8
9
namespace
ot
{
10
11
class
OT_SERVICEFOUNDATION_API_EXPORT
AbstractModelNotifier
{
12
public
:
13
AbstractModelNotifier
() {
14
}
15
virtual
~AbstractModelNotifier
() {}
16
17
private
:
18
AbstractModelNotifier
(
AbstractModelNotifier
&) =
delete
;
19
AbstractModelNotifier
& operator = (
AbstractModelNotifier
&) =
delete
;
20
};
21
22
}
FoundationAPIExport.h
OT_SERVICEFOUNDATION_API_EXPORT
#define OT_SERVICEFOUNDATION_API_EXPORT
Definition
FoundationAPIExport.h:7
ot::AbstractModelNotifier
Definition
AbstractModelNotifier.h:11
ot::AbstractModelNotifier::AbstractModelNotifier
AbstractModelNotifier()
Definition
AbstractModelNotifier.h:13
ot::AbstractModelNotifier::~AbstractModelNotifier
virtual ~AbstractModelNotifier()
Definition
AbstractModelNotifier.h:15
ot
Definition
Connector.h:8
Libraries
OTServiceFoundation
include
OTServiceFoundation
AbstractModelNotifier.h
Generated by
1.10.0