|
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 : /usr/include/xulrunner-17.0.10/ |
Upload File : |
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /builddir/build/BUILD/xulrunner-17.0.10/mozilla-esr17/dom/camera/nsIDOMNavigatorCamera.idl
*/
#ifndef __gen_nsIDOMNavigatorCamera_h__
#define __gen_nsIDOMNavigatorCamera_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
class nsIDOMCameraManager; /* forward declaration */
/* starting interface: nsIDOMNavigatorCamera */
#define NS_IDOMNAVIGATORCAMERA_IID_STR "bbb2456a-a6c8-42c8-8f52-6de071097e4b"
#define NS_IDOMNAVIGATORCAMERA_IID \
{0xbbb2456a, 0xa6c8, 0x42c8, \
{ 0x8f, 0x52, 0x6d, 0xe0, 0x71, 0x09, 0x7e, 0x4b }}
class NS_NO_VTABLE nsIDOMNavigatorCamera : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOMNAVIGATORCAMERA_IID)
/* readonly attribute nsIDOMCameraManager mozCameras; */
NS_IMETHOD GetMozCameras(nsIDOMCameraManager * *aMozCameras) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIDOMNavigatorCamera, NS_IDOMNAVIGATORCAMERA_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIDOMNAVIGATORCAMERA \
NS_IMETHOD GetMozCameras(nsIDOMCameraManager * *aMozCameras);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIDOMNAVIGATORCAMERA(_to) \
NS_IMETHOD GetMozCameras(nsIDOMCameraManager * *aMozCameras) { return _to GetMozCameras(aMozCameras); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIDOMNAVIGATORCAMERA(_to) \
NS_IMETHOD GetMozCameras(nsIDOMCameraManager * *aMozCameras) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMozCameras(aMozCameras); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsDOMNavigatorCamera : public nsIDOMNavigatorCamera
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIDOMNAVIGATORCAMERA
nsDOMNavigatorCamera();
private:
~nsDOMNavigatorCamera();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsDOMNavigatorCamera, nsIDOMNavigatorCamera)
nsDOMNavigatorCamera::nsDOMNavigatorCamera()
{
/* member initializers and constructor code */
}
nsDOMNavigatorCamera::~nsDOMNavigatorCamera()
{
/* destructor code */
}
/* readonly attribute nsIDOMCameraManager mozCameras; */
NS_IMETHODIMP nsDOMNavigatorCamera::GetMozCameras(nsIDOMCameraManager * *aMozCameras)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIDOMNavigatorCamera_h__ */