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 | |
|---|---|
| File size: 402 bytes | |
| Rev | Line | |
|---|---|---|
| [274] | 1 | |
| 2 | #include "nsISupports.idl" | |
| 3 | ||
| 4 | interface IListener; | |
| 5 | interface ICommand; | |
| 6 | interface IConfigurator; | |
| 7 | interface nsISystemTools; | |
| 8 | ||
| 9 | /** | |
| 10 | * | |
| 11 | */ | |
| 12 | // uid by max | |
| 13 | [scriptable, uuid(690b7821-81c1-40ae-a902-daa053d11ec1)] | |
| 14 | ||
| 15 | interface 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.
