wrap ifndef XPCONNECT_STANDALONE around xpconnect test components that require external interfaces. Thanks to Mark Adams <madams@janna.com> for the patch. Bug 42026

This commit is contained in:
cls%seawood.org 2000-06-28 22:53:55 +00:00
Родитель 1644edb057
Коммит d7e09e3e95
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -43,7 +43,9 @@
// XXX progids need to be standardized!
static nsModuleComponentInfo components[] = {
#ifndef XPCONNECT_STANDALONE
{nsnull, NS_ECHO_CID, "nsEcho", xpctest::ConstructEcho },
#endif
{nsnull, NS_CHILD_CID, "nsChild", xpctest::ConstructChild },
{nsnull, NS_NOISY_CID, "nsNoisy", xpctest::ConstructNoisy },
{nsnull, NS_STRING_TEST_CID, "nsStringTest", xpctest::ConstructStringTest },