source: qutecom-coip/examples/coipxpcom/xpcom/src/ISession.idl @ 274:a56c9ce15c61

Last change on this file since 274:a56c9ce15c61 was 274:a56c9ce15c61, checked in by laurent <laurent@…>, 22 months ago

move examples

File size: 402 bytes
RevLine 
[274]1
2#include "nsISupports.idl"
3
4interface IListener;
5interface ICommand;
6interface IConfigurator;
7interface nsISystemTools;
8
9/**
10 *
11 */
12// uid by max
13[scriptable, uuid(690b7821-81c1-40ae-a902-daa053d11ec1)]
14
15interface ISession : nsISupports
16{
17  attribute ICommand command;
18  attribute IListener listener;
19  attribute IConfigurator configurator;
20  attribute nsISystemTools systemtools;
21
22  void Init();
23
24};
Note: See TracBrowser for help on using the repository browser.