NOT PART OF BUILD. Move ActiveX plugin over to GNU make

This commit is contained in:
locka@iol.ie
2002-08-20 19:52:26 +00:00
parent b06f7464af
commit e15bda3245
5 changed files with 364 additions and 350 deletions

View File

@@ -39,6 +39,9 @@
* ***** END LICENSE BLOCK ***** */
#include "stdafx.h"
#include "nsCOMPtr.h"
#include "nsComponentManagerUtils.h"
#include "nsIMozAxPlugin.h"
#include "nsIClassInfo.h"
#include "nsIVariant.h"
@@ -312,6 +315,9 @@ nsScriptablePeer::ConvertVariants(VARIANT *aIn, nsIVariant **aOut)
return NS_ERROR_INVALID_ARG;
}
nsresult rv;
nsCOMPtr<nsIWritableVariant> v = do_CreateInstance("@mozilla.org/variant;1", &rv);
return E_NOTIMPL;
}
@@ -595,5 +601,7 @@ NS_IMETHODIMP nsScriptablePeer::SetProperty(const char *propertyName, nsIVariant
{
return NPERR_GENERIC_ERROR;
}
return NS_OK;
}