INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "IRunnableObject support"
project: "Visual Eiffel Library"
revision: "$Revision: 1.2 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: wine
class EOLE_RUNNABLE_OBJECT
inherit

EOLE_UNKNOWN
redefine
create_ole_interface_ptr,
on_query_interface
end
feature -- Creates an Ole interface ptr for "IClassFactory2" interface
--

create_ole_interface_ptr: POINTER
end -- class EOLE_RUNNABLE_OBJECT

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES