#include <nsComponentManagerUtils.h>
#include <nsIClassInfoImpl.h>
#include <nsIProgrammingLanguage.h>
#include <nsMemory.h>
#include <nsStringGlue.h>
Go to the source code of this file.
Macros | |
#define | SB_IMPL_CLASSINFO(_class,_contractID,_description,_language,_flags,_classID) |
#define | SB_IMPL_CLASSINFO_INTERFACES_ONLY(_class) |
#define SB_IMPL_CLASSINFO | ( | _class, | |
_contractID, | |||
_description, | |||
_language, | |||
_flags, | |||
_classID | |||
) |
Definition at line 38 of file sbClassInfoUtils.h.
#define SB_IMPL_CLASSINFO_INTERFACES_ONLY | ( | _class | ) |
Definition at line 99 of file sbClassInfoUtils.h.