mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
Handler for calendar info.
This commit is contained in:
parent
d926a1bd83
commit
e2c5a60606
@ -47,14 +47,15 @@ MIME_GetContentType(void)
|
||||
}
|
||||
|
||||
PUBLIC MimeObjectClass *
|
||||
MIME_CreateContentTypeHandlerClass(const char *content_type, PRBool *forceInline)
|
||||
MIME_CreateContentTypeHandlerClass(const char *content_type,
|
||||
contentTypeHandlerInitStruct *initStruct)
|
||||
{
|
||||
MimeObjectClass *class = (MimeObjectClass *)&mimeInlineTextCalendarClass;
|
||||
/*
|
||||
* Must set the superclass by hand.
|
||||
*/
|
||||
class->superclass = (MimeObjectClass *)MIME_GetmimeInlineTextClass();
|
||||
*forceInline = PR_FALSE;
|
||||
initStruct->force_inline_display = PR_FALSE;
|
||||
return class;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user