OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
ModelNotifier.h
Go to the documentation of this file.
1#pragma once
2
3// OpenTwin header
5
6// C++ header
7#include <string>
8
10public:
12 virtual ~ModelNotifier() {}
13
14private:
16 ModelNotifier& operator = (ModelNotifier&) = delete;
17};
Definition ModelNotifier.h:9
virtual ~ModelNotifier()
Definition ModelNotifier.h:12
ModelNotifier()
Definition ModelNotifier.h:11
Definition AbstractModelNotifier.h:11