summaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-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;
// ------------------------------------------------------------------------------------------ //