|
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/21573/task/21573/root/proc/21572/root/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/docshell/base/nsIDocShellHistory.idl
*/
#ifndef __gen_nsIDocShellHistory_h__
#define __gen_nsIDocShellHistory_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 nsISHEntry; /* forward declaration */
/* starting interface: nsIDocShellHistory */
#define NS_IDOCSHELLHISTORY_IID_STR "077af5fd-7450-48db-8f03-16617d441141"
#define NS_IDOCSHELLHISTORY_IID \
{0x077af5fd, 0x7450, 0x48db, \
{ 0x8f, 0x03, 0x16, 0x61, 0x7d, 0x44, 0x11, 0x41 }}
class NS_NO_VTABLE nsIDocShellHistory : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOCSHELLHISTORY_IID)
/* nsISHEntry getChildSHEntry (in long aChildOffset); */
NS_IMETHOD GetChildSHEntry(int32_t aChildOffset, nsISHEntry * *_retval) = 0;
/* void addChildSHEntry (in nsISHEntry aCloneReference, in nsISHEntry aHistoryEntry, in long aChildOffset, in unsigned long aLoadType, in boolean aCloneChilden); */
NS_IMETHOD AddChildSHEntry(nsISHEntry *aCloneReference, nsISHEntry *aHistoryEntry, int32_t aChildOffset, uint32_t aLoadType, bool aCloneChilden) = 0;
/* attribute boolean useGlobalHistory; */
NS_IMETHOD GetUseGlobalHistory(bool *aUseGlobalHistory) = 0;
NS_IMETHOD SetUseGlobalHistory(bool aUseGlobalHistory) = 0;
/* void removeFromSessionHistory (); */
NS_IMETHOD RemoveFromSessionHistory(void) = 0;
/* attribute boolean createdDynamically; */
NS_IMETHOD GetCreatedDynamically(bool *aCreatedDynamically) = 0;
NS_IMETHOD SetCreatedDynamically(bool aCreatedDynamically) = 0;
/* boolean getCurrentSHEntry (out nsISHEntry aEntry); */
NS_IMETHOD GetCurrentSHEntry(nsISHEntry * *aEntry, bool *_retval) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIDocShellHistory, NS_IDOCSHELLHISTORY_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIDOCSHELLHISTORY \
NS_IMETHOD GetChildSHEntry(int32_t aChildOffset, nsISHEntry * *_retval); \
NS_IMETHOD AddChildSHEntry(nsISHEntry *aCloneReference, nsISHEntry *aHistoryEntry, int32_t aChildOffset, uint32_t aLoadType, bool aCloneChilden); \
NS_IMETHOD GetUseGlobalHistory(bool *aUseGlobalHistory); \
NS_IMETHOD SetUseGlobalHistory(bool aUseGlobalHistory); \
NS_IMETHOD RemoveFromSessionHistory(void); \
NS_IMETHOD GetCreatedDynamically(bool *aCreatedDynamically); \
NS_IMETHOD SetCreatedDynamically(bool aCreatedDynamically); \
NS_IMETHOD GetCurrentSHEntry(nsISHEntry * *aEntry, bool *_retval);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIDOCSHELLHISTORY(_to) \
NS_IMETHOD GetChildSHEntry(int32_t aChildOffset, nsISHEntry * *_retval) { return _to GetChildSHEntry(aChildOffset, _retval); } \
NS_IMETHOD AddChildSHEntry(nsISHEntry *aCloneReference, nsISHEntry *aHistoryEntry, int32_t aChildOffset, uint32_t aLoadType, bool aCloneChilden) { return _to AddChildSHEntry(aCloneReference, aHistoryEntry, aChildOffset, aLoadType, aCloneChilden); } \
NS_IMETHOD GetUseGlobalHistory(bool *aUseGlobalHistory) { return _to GetUseGlobalHistory(aUseGlobalHistory); } \
NS_IMETHOD SetUseGlobalHistory(bool aUseGlobalHistory) { return _to SetUseGlobalHistory(aUseGlobalHistory); } \
NS_IMETHOD RemoveFromSessionHistory(void) { return _to RemoveFromSessionHistory(); } \
NS_IMETHOD GetCreatedDynamically(bool *aCreatedDynamically) { return _to GetCreatedDynamically(aCreatedDynamically); } \
NS_IMETHOD SetCreatedDynamically(bool aCreatedDynamically) { return _to SetCreatedDynamically(aCreatedDynamically); } \
NS_IMETHOD GetCurrentSHEntry(nsISHEntry * *aEntry, bool *_retval) { return _to GetCurrentSHEntry(aEntry, _retval); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIDOCSHELLHISTORY(_to) \
NS_IMETHOD GetChildSHEntry(int32_t aChildOffset, nsISHEntry * *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetChildSHEntry(aChildOffset, _retval); } \
NS_IMETHOD AddChildSHEntry(nsISHEntry *aCloneReference, nsISHEntry *aHistoryEntry, int32_t aChildOffset, uint32_t aLoadType, bool aCloneChilden) { return !_to ? NS_ERROR_NULL_POINTER : _to->AddChildSHEntry(aCloneReference, aHistoryEntry, aChildOffset, aLoadType, aCloneChilden); } \
NS_IMETHOD GetUseGlobalHistory(bool *aUseGlobalHistory) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetUseGlobalHistory(aUseGlobalHistory); } \
NS_IMETHOD SetUseGlobalHistory(bool aUseGlobalHistory) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetUseGlobalHistory(aUseGlobalHistory); } \
NS_IMETHOD RemoveFromSessionHistory(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->RemoveFromSessionHistory(); } \
NS_IMETHOD GetCreatedDynamically(bool *aCreatedDynamically) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCreatedDynamically(aCreatedDynamically); } \
NS_IMETHOD SetCreatedDynamically(bool aCreatedDynamically) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCreatedDynamically(aCreatedDynamically); } \
NS_IMETHOD GetCurrentSHEntry(nsISHEntry * *aEntry, bool *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCurrentSHEntry(aEntry, _retval); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsDocShellHistory : public nsIDocShellHistory
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIDOCSHELLHISTORY
nsDocShellHistory();
private:
~nsDocShellHistory();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsDocShellHistory, nsIDocShellHistory)
nsDocShellHistory::nsDocShellHistory()
{
/* member initializers and constructor code */
}
nsDocShellHistory::~nsDocShellHistory()
{
/* destructor code */
}
/* nsISHEntry getChildSHEntry (in long aChildOffset); */
NS_IMETHODIMP nsDocShellHistory::GetChildSHEntry(int32_t aChildOffset, nsISHEntry * *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void addChildSHEntry (in nsISHEntry aCloneReference, in nsISHEntry aHistoryEntry, in long aChildOffset, in unsigned long aLoadType, in boolean aCloneChilden); */
NS_IMETHODIMP nsDocShellHistory::AddChildSHEntry(nsISHEntry *aCloneReference, nsISHEntry *aHistoryEntry, int32_t aChildOffset, uint32_t aLoadType, bool aCloneChilden)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean useGlobalHistory; */
NS_IMETHODIMP nsDocShellHistory::GetUseGlobalHistory(bool *aUseGlobalHistory)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShellHistory::SetUseGlobalHistory(bool aUseGlobalHistory)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void removeFromSessionHistory (); */
NS_IMETHODIMP nsDocShellHistory::RemoveFromSessionHistory()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean createdDynamically; */
NS_IMETHODIMP nsDocShellHistory::GetCreatedDynamically(bool *aCreatedDynamically)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDocShellHistory::SetCreatedDynamically(bool aCreatedDynamically)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* boolean getCurrentSHEntry (out nsISHEntry aEntry); */
NS_IMETHODIMP nsDocShellHistory::GetCurrentSHEntry(nsISHEntry * *aEntry, bool *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIDocShellHistory_h__ */