From dde7850ece23813e2a311d6475b65c0e1aec064f Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Wed, 9 Oct 2024 15:53:37 +0200 Subject: IMP: Add Object type for Shell and UI APIs. --- dev/sci/sci_base.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dev/sci') 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; // ------------------------------------------------------------------------------------------ // -- cgit v1.2.3