|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21585/root/usr/lib/xulrunner-devel-17.0.10/include/ |
Upload File : |
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /builddir/build/BUILD/xulrunner-17.0.10/mozilla-esr17/toolkit/components/downloads/nsIDownload.idl
*/
#ifndef __gen_nsIDownload_h__
#define __gen_nsIDownload_h__
#ifndef __gen_nsITransfer_h__
#include "nsITransfer.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
class nsIURI; /* forward declaration */
class nsIFile; /* forward declaration */
class nsIObserver; /* forward declaration */
class nsICancelable; /* forward declaration */
class nsIWebProgressListener; /* forward declaration */
class nsIMIMEInfo; /* forward declaration */
/* starting interface: nsIDownload */
#define NS_IDOWNLOAD_IID_STR "c891111e-92a6-47b8-bc46-874ebb61ac9d"
#define NS_IDOWNLOAD_IID \
{0xc891111e, 0x92a6, 0x47b8, \
{ 0xbc, 0x46, 0x87, 0x4e, 0xbb, 0x61, 0xac, 0x9d }}
class NS_NO_VTABLE nsIDownload : public nsITransfer {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOWNLOAD_IID)
/* readonly attribute nsIFile targetFile; */
NS_IMETHOD GetTargetFile(nsIFile * *aTargetFile) = 0;
/* readonly attribute long percentComplete; */
NS_IMETHOD GetPercentComplete(int32_t *aPercentComplete) = 0;
/* readonly attribute long long amountTransferred; */
NS_IMETHOD GetAmountTransferred(int64_t *aAmountTransferred) = 0;
/* readonly attribute long long size; */
NS_IMETHOD GetSize(int64_t *aSize) = 0;
/* readonly attribute nsIURI source; */
NS_IMETHOD GetSource(nsIURI * *aSource) = 0;
/* readonly attribute nsIURI target; */
NS_IMETHOD GetTarget(nsIURI * *aTarget) = 0;
/* readonly attribute nsICancelable cancelable; */
NS_IMETHOD GetCancelable(nsICancelable * *aCancelable) = 0;
/* readonly attribute AString displayName; */
NS_IMETHOD GetDisplayName(nsAString & aDisplayName) = 0;
/* readonly attribute long long startTime; */
NS_IMETHOD GetStartTime(int64_t *aStartTime) = 0;
/* readonly attribute double speed; */
NS_IMETHOD GetSpeed(double *aSpeed) = 0;
/* readonly attribute nsIMIMEInfo MIMEInfo; */
NS_IMETHOD GetMIMEInfo(nsIMIMEInfo * *aMIMEInfo) = 0;
/* readonly attribute unsigned long id; */
NS_IMETHOD GetId(uint32_t *aId) = 0;
/* readonly attribute short state; */
NS_IMETHOD GetState(int16_t *aState) = 0;
/* readonly attribute nsIURI referrer; */
NS_IMETHOD GetReferrer(nsIURI * *aReferrer) = 0;
/* readonly attribute boolean resumable; */
NS_IMETHOD GetResumable(bool *aResumable) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIDownload, NS_IDOWNLOAD_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIDOWNLOAD \
NS_IMETHOD GetTargetFile(nsIFile * *aTargetFile); \
NS_IMETHOD GetPercentComplete(int32_t *aPercentComplete); \
NS_IMETHOD GetAmountTransferred(int64_t *aAmountTransferred); \
NS_IMETHOD GetSize(int64_t *aSize); \
NS_IMETHOD GetSource(nsIURI * *aSource); \
NS_IMETHOD GetTarget(nsIURI * *aTarget); \
NS_IMETHOD GetCancelable(nsICancelable * *aCancelable); \
NS_IMETHOD GetDisplayName(nsAString & aDisplayName); \
NS_IMETHOD GetStartTime(int64_t *aStartTime); \
NS_IMETHOD GetSpeed(double *aSpeed); \
NS_IMETHOD GetMIMEInfo(nsIMIMEInfo * *aMIMEInfo); \
NS_IMETHOD GetId(uint32_t *aId); \
NS_IMETHOD GetState(int16_t *aState); \
NS_IMETHOD GetReferrer(nsIURI * *aReferrer); \
NS_IMETHOD GetResumable(bool *aResumable);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIDOWNLOAD(_to) \
NS_IMETHOD GetTargetFile(nsIFile * *aTargetFile) { return _to GetTargetFile(aTargetFile); } \
NS_IMETHOD GetPercentComplete(int32_t *aPercentComplete) { return _to GetPercentComplete(aPercentComplete); } \
NS_IMETHOD GetAmountTransferred(int64_t *aAmountTransferred) { return _to GetAmountTransferred(aAmountTransferred); } \
NS_IMETHOD GetSize(int64_t *aSize) { return _to GetSize(aSize); } \
NS_IMETHOD GetSource(nsIURI * *aSource) { return _to GetSource(aSource); } \
NS_IMETHOD GetTarget(nsIURI * *aTarget) { return _to GetTarget(aTarget); } \
NS_IMETHOD GetCancelable(nsICancelable * *aCancelable) { return _to GetCancelable(aCancelable); } \
NS_IMETHOD GetDisplayName(nsAString & aDisplayName) { return _to GetDisplayName(aDisplayName); } \
NS_IMETHOD GetStartTime(int64_t *aStartTime) { return _to GetStartTime(aStartTime); } \
NS_IMETHOD GetSpeed(double *aSpeed) { return _to GetSpeed(aSpeed); } \
NS_IMETHOD GetMIMEInfo(nsIMIMEInfo * *aMIMEInfo) { return _to GetMIMEInfo(aMIMEInfo); } \
NS_IMETHOD GetId(uint32_t *aId) { return _to GetId(aId); } \
NS_IMETHOD GetState(int16_t *aState) { return _to GetState(aState); } \
NS_IMETHOD GetReferrer(nsIURI * *aReferrer) { return _to GetReferrer(aReferrer); } \
NS_IMETHOD GetResumable(bool *aResumable) { return _to GetResumable(aResumable); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIDOWNLOAD(_to) \
NS_IMETHOD GetTargetFile(nsIFile * *aTargetFile) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetTargetFile(aTargetFile); } \
NS_IMETHOD GetPercentComplete(int32_t *aPercentComplete) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPercentComplete(aPercentComplete); } \
NS_IMETHOD GetAmountTransferred(int64_t *aAmountTransferred) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAmountTransferred(aAmountTransferred); } \
NS_IMETHOD GetSize(int64_t *aSize) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSize(aSize); } \
NS_IMETHOD GetSource(nsIURI * *aSource) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSource(aSource); } \
NS_IMETHOD GetTarget(nsIURI * *aTarget) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetTarget(aTarget); } \
NS_IMETHOD GetCancelable(nsICancelable * *aCancelable) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCancelable(aCancelable); } \
NS_IMETHOD GetDisplayName(nsAString & aDisplayName) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDisplayName(aDisplayName); } \
NS_IMETHOD GetStartTime(int64_t *aStartTime) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetStartTime(aStartTime); } \
NS_IMETHOD GetSpeed(double *aSpeed) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSpeed(aSpeed); } \
NS_IMETHOD GetMIMEInfo(nsIMIMEInfo * *aMIMEInfo) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMIMEInfo(aMIMEInfo); } \
NS_IMETHOD GetId(uint32_t *aId) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetId(aId); } \
NS_IMETHOD GetState(int16_t *aState) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetState(aState); } \
NS_IMETHOD GetReferrer(nsIURI * *aReferrer) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetReferrer(aReferrer); } \
NS_IMETHOD GetResumable(bool *aResumable) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetResumable(aResumable); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsDownload : public nsIDownload
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIDOWNLOAD
nsDownload();
private:
~nsDownload();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsDownload, nsIDownload)
nsDownload::nsDownload()
{
/* member initializers and constructor code */
}
nsDownload::~nsDownload()
{
/* destructor code */
}
/* readonly attribute nsIFile targetFile; */
NS_IMETHODIMP nsDownload::GetTargetFile(nsIFile * *aTargetFile)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute long percentComplete; */
NS_IMETHODIMP nsDownload::GetPercentComplete(int32_t *aPercentComplete)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute long long amountTransferred; */
NS_IMETHODIMP nsDownload::GetAmountTransferred(int64_t *aAmountTransferred)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute long long size; */
NS_IMETHODIMP nsDownload::GetSize(int64_t *aSize)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIURI source; */
NS_IMETHODIMP nsDownload::GetSource(nsIURI * *aSource)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIURI target; */
NS_IMETHODIMP nsDownload::GetTarget(nsIURI * *aTarget)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsICancelable cancelable; */
NS_IMETHODIMP nsDownload::GetCancelable(nsICancelable * *aCancelable)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute AString displayName; */
NS_IMETHODIMP nsDownload::GetDisplayName(nsAString & aDisplayName)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute long long startTime; */
NS_IMETHODIMP nsDownload::GetStartTime(int64_t *aStartTime)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute double speed; */
NS_IMETHODIMP nsDownload::GetSpeed(double *aSpeed)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIMIMEInfo MIMEInfo; */
NS_IMETHODIMP nsDownload::GetMIMEInfo(nsIMIMEInfo * *aMIMEInfo)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute unsigned long id; */
NS_IMETHODIMP nsDownload::GetId(uint32_t *aId)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute short state; */
NS_IMETHODIMP nsDownload::GetState(int16_t *aState)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIURI referrer; */
NS_IMETHODIMP nsDownload::GetReferrer(nsIURI * *aReferrer)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean resumable; */
NS_IMETHODIMP nsDownload::GetResumable(bool *aResumable)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
// {E3FA9D0A-1DD1-11B2-BDEF-8C720B597445}
#define NS_DOWNLOAD_CID \
{ 0xe3fa9d0a, 0x1dd1, 0x11b2, { 0xbd, 0xef, 0x8c, 0x72, 0x0b, 0x59, 0x74, 0x45 } }
#endif /* __gen_nsIDownload_h__ */