VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
controlMessage.h
Go to the documentation of this file.
1 /*********************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************************/
5 
6 #pragma once
7 
8 #include <makRadio/export.h>
9 
10 
11 namespace makRadio
12 {
14  {
15  public:
17  virtual ~ControlMessage();
18 
19  void increaseRef();
20  void decreaseRef();
21  int refCount() const
22  {
23  return myRefCount;
24  }
25 
26  protected:
28  };
29 
30 }
31 
32 
int myRefCount
Definition: controlMessage.h:27
#define DT_DLL_MAKRADIO
Get proper local export symbol.
Definition: export.h:17
Definition: controlMessage.h:13
int refCount() const
Definition: controlMessage.h:21

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)