132
edits
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
-- Interfaces are basically used to define the interfaces of a xpcom component in a language independent fashion. They use IDL(Interface Description Language) to define the interfaces, which can then be implemented by a component. | |||
component in a language independent fashion. They use IDL(Interface | |||
Description Language) to define the interfaces, which can then be | |||
'''--''' Interfaces are defined in an *.idl file. | '''--''' Interfaces are defined in an *.idl file. | ||
edits