#include "nsILocalFile.h"
#include "nsDependentString.h"
#include "nsString.h"
#include <stdio.h>
#include "nsIComponentRegistrar.h"
#include "nsIComponentManager.h"
#include "nsIServiceManager.h"
#include "nsMemory.h"
#include "nsXPIDLString.h"
#include "nsISimpleEnumerator.h"
{
return PR_FALSE;
{
if(!sup)
return PR_FALSE;
if(!file)
return PR_FALSE;
return PR_FALSE;
{
printf("IsDirectory Failed!!!\n");
return PR_FALSE;
}
{
}
}
return PR_TRUE;
}
int
{
{
if (registrar)
{
}
if (!topDir)
{
printf("No Top Dir\n");
return -1;
}
} // this scopes the nsCOMPtrs
// no nsCOMPtrs are allowed to be alive when you call NS_ShutdownXPCOM
return 0;
}