aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/basic/ChannelObject.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-12-06 13:10:48 +0000
committersaturneric <[email protected]>2023-12-06 13:18:07 +0000
commita0f0fd98efa12ef33959badcc25ff568e8b242b4 (patch)
tree860563fdbfe353e57724b08c4eb30dc03d5f8a7d /src/core/function/basic/ChannelObject.h
parentfeat: convert basic opera to async style (diff)
downloadGpgFrontend-a0f0fd98efa12ef33959badcc25ff568e8b242b4.tar.gz
GpgFrontend-a0f0fd98efa12ef33959badcc25ff568e8b242b4.zip
feat: move test to src and add submodule googletest
Diffstat (limited to 'src/core/function/basic/ChannelObject.h')
-rw-r--r--src/core/function/basic/ChannelObject.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/function/basic/ChannelObject.h b/src/core/function/basic/ChannelObject.h
index 7bbd6d94..6fb315ae 100644
--- a/src/core/function/basic/ChannelObject.h
+++ b/src/core/function/basic/ChannelObject.h
@@ -28,12 +28,10 @@
#pragma once
+#include "core/GpgConstants.h"
#include "core/function/SecureMemoryAllocator.h"
namespace GpgFrontend {
-static constexpr int kGpgFrontendDefaultChannel =
- 0; ///< the default channel id
-
/**
* @brief object which in channel system is called "channel"
*