building this on windows and linux, mac soon.

adding a #define for which category nsICmdLineHanders are for.
This commit is contained in:
sspitzer%netscape.com 2000-02-04 23:07:27 +00:00
Родитель 854290b6c0
Коммит ca0d4ed091
4 изменённых файлов: 12 добавлений и 2 удалений

Просмотреть файл

@ -42,6 +42,7 @@ EXPORTS = \
XPIDLSRCS = \
nsIAppShellService.idl \
nsICmdLineService.idl \
nsICmdLineHandler.idl \
nsICommonDialogs.idl \
nsIDialogParamBlock.idl \
nsIFileLocator.idl \

Просмотреть файл

@ -28,6 +28,7 @@ XPIDL_MODULE=appshell
XPIDLSRCS = \
.\nsIAppShellService.idl \
.\nsICmdLineService.idl \
.\nsICmdLineHandler.idl \
.\nsICommonDialogs.idl \
.\nsIDialogParamBlock.idl \
.\nsIFileLocator.idl \

Просмотреть файл

@ -23,8 +23,12 @@
#include "nsISupports.idl"
[scriptable, uuid(ae12670a-1dd1-11b2-80cd-82ec93559deb)]
%{C++
#define COMMAND_LINE_ARGUMENT_HANDLERS "command-line-argument-handlers"
%}
[scriptable, uuid(ae12670a-1dd1-11b2-80cd-82ec93559deb)]
interface nsICmdLineHandler : nsISupports
{
readonly attribute string commandLineArgument;

Просмотреть файл

@ -23,8 +23,12 @@
#include "nsISupports.idl"
[scriptable, uuid(ae12670a-1dd1-11b2-80cd-82ec93559deb)]
%{C++
#define COMMAND_LINE_ARGUMENT_HANDLERS "command-line-argument-handlers"
%}
[scriptable, uuid(ae12670a-1dd1-11b2-80cd-82ec93559deb)]
interface nsICmdLineHandler : nsISupports
{
readonly attribute string commandLineArgument;