summaryrefslogtreecommitdiffhomepage
path: root/dev/sci
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-10-09 15:53:37 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-10-09 15:53:37 +0200
commitdde7850ece23813e2a311d6475b65c0e1aec064f (patch)
tree1b401f22d1698767a3034a90317368d7dd60371f /dev/sci
parent122681ad5bc13ceece505e030a1141d2ae76c252 (diff)
IMP: Add Object type for Shell and UI APIs.
Diffstat (limited to 'dev/sci')
-rw-r--r--dev/sci/sci_base.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev/sci/sci_base.hxx b/dev/sci/sci_base.hxx
index f0eff474..58a31837 100644
--- a/dev/sci/sci_base.hxx
+++ b/dev/sci/sci_base.hxx
@@ -78,7 +78,7 @@ class IEventListener : public ClsID
#endif
// ------------------------------------------------------------------------------------------ //
-/// @note Handle types.
+/// @note Handle typedefs.
// ------------------------------------------------------------------------------------------ //
typedef VoidPtr Object;
@@ -88,6 +88,8 @@ typedef Object IOObject;
typedef Object SCMObject;
typedef Object ThreadObject;
typedef Object SocketObject;
+typedef Object ShellObject;
+typedef Object UIObject;
// ------------------------------------------------------------------------------------------ //