Fixes to the xpcom sample. This code does not go into the Mozilla product.

- Update progid mentioned in the .html file to that actually used in the code.

- Remove outdated nsSampleFactory.cpp so nobody gets confused, but add note to nsSampleModule.cpp in its memory, as it had extensive comments.
This commit is contained in:
mccabe@netscape.com
2000-05-21 08:33:31 +00:00
parent 60947fd42b
commit ed02a381fe
3 changed files with 8 additions and 334 deletions

View File

@@ -24,6 +24,13 @@
#include "nsSample.h"
////////////////////////////////////////////////////////////////////////
// NOTE this file supercedes nsSampleFactory.cpp. nsSampleFactory has
// extensive comments, but it has been CVS removed to reduce clutter
// in this sample. It's available to the interested via CVS history:
// cvs up nsSampleFactory.cpp -r 1.10
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
// With the below sample, you can define an implementation glue
// that talks with xpcom for creation of component nsSampleImpl