Add comments describing some more files.

This commit is contained in:
bzbarsky@mit.edu
2006-03-31 08:00:42 +00:00
parent 8c0d266f02
commit b286a0b2c9
36 changed files with 201 additions and 37 deletions

View File

@@ -35,6 +35,13 @@
*
* ***** END LICENSE BLOCK ***** */
/*
* A base class which implements nsIObjectLoadingContent and can be
* subclassed by various content nodes that want to provide
* plugin/document/image loading functionality (eg <embed>, <object>,
* <applet>, etc).
*/
// Interface headers
#include "imgILoader.h"
#include "nsIContent.h"