Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin.

This commit is contained in:
bryner@brianryner.com
2004-11-24 22:48:45 +00:00
parent 577ee6bd5b
commit 64dca58997
80 changed files with 478 additions and 374 deletions

View File

@@ -40,7 +40,7 @@
#include "nsIProperties.h"
#include "nsIProfileMigrator.h"
#include "nsIServiceManagerUtils.h"
#include "nsServiceManagerUtils.h"
#include "nsAppDirectoryServiceDefs.h"
#include "nsXPCOMCID.h"
#include "nsCRT.h"