/usr/include/thunderbird-11.0.1/nsILDAPMessage.h is in thunderbird-dev 11.0.1+build1-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /build/buildd/thunderbird-11.0.1+build1/build-tree/mozilla/ldap/xpcom/public/nsILDAPMessage.idl
*/
#ifndef __gen_nsILDAPMessage_h__
#define __gen_nsILDAPMessage_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 nsILDAPBERValue; /* forward declaration */
class nsILDAPOperation; /* forward declaration */
#define NS_LDAPMESSAGE_CONTRACTID "@mozilla.org/network/ldap-message;1"
/* starting interface: nsILDAPMessage */
#define NS_ILDAPMESSAGE_IID_STR "973ff50f-2002-4f0c-b57d-2242156139a2"
#define NS_ILDAPMESSAGE_IID \
{0x973ff50f, 0x2002, 0x4f0c, \
{ 0xb5, 0x7d, 0x22, 0x42, 0x15, 0x61, 0x39, 0xa2 }}
class NS_NO_VTABLE NS_SCRIPTABLE nsILDAPMessage : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_ILDAPMESSAGE_IID)
/* readonly attribute AUTF8String dn; */
NS_SCRIPTABLE NS_IMETHOD GetDn(nsACString & aDn) = 0;
/* void getAttributes (out unsigned long count, [array, size_is (count), retval] out string aAttributes); */
NS_SCRIPTABLE NS_IMETHOD GetAttributes(PRUint32 *count NS_OUTPARAM, char * **aAttributes NS_OUTPARAM) = 0;
/* void getValues (in string attr, out unsigned long count, [array, size_is (count), retval] out wstring values); */
NS_SCRIPTABLE NS_IMETHOD GetValues(const char * attr, PRUint32 *count NS_OUTPARAM, PRUnichar * **values NS_OUTPARAM) = 0;
/* readonly attribute nsILDAPOperation operation; */
NS_SCRIPTABLE NS_IMETHOD GetOperation(nsILDAPOperation * *aOperation) = 0;
/* readonly attribute long errorCode; */
NS_SCRIPTABLE NS_IMETHOD GetErrorCode(PRInt32 *aErrorCode) = 0;
/* readonly attribute long type; */
NS_SCRIPTABLE NS_IMETHOD GetType(PRInt32 *aType) = 0;
enum {
RES_BIND = 97,
RES_SEARCH_ENTRY = 100,
RES_SEARCH_REFERENCE = 115,
RES_SEARCH_RESULT = 101,
RES_MODIFY = 103,
RES_ADD = 105,
RES_DELETE = 107,
RES_MODDN = 109,
RES_COMPARE = 111,
RES_EXTENDED = 120
};
/* wstring toUnicode (); */
NS_SCRIPTABLE NS_IMETHOD ToUnicode(PRUnichar * *_retval NS_OUTPARAM) = 0;
/* readonly attribute AUTF8String errorMessage; */
NS_SCRIPTABLE NS_IMETHOD GetErrorMessage(nsACString & aErrorMessage) = 0;
/* readonly attribute AUTF8String matchedDn; */
NS_SCRIPTABLE NS_IMETHOD GetMatchedDn(nsACString & aMatchedDn) = 0;
/* void getBinaryValues (in string attr, out unsigned long count, [array, size_is (count), retval] out nsILDAPBERValue values); */
NS_SCRIPTABLE NS_IMETHOD GetBinaryValues(const char * attr, PRUint32 *count NS_OUTPARAM, nsILDAPBERValue * **values NS_OUTPARAM) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsILDAPMessage, NS_ILDAPMESSAGE_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSILDAPMESSAGE \
NS_SCRIPTABLE NS_IMETHOD GetDn(nsACString & aDn); \
NS_SCRIPTABLE NS_IMETHOD GetAttributes(PRUint32 *count NS_OUTPARAM, char * **aAttributes NS_OUTPARAM); \
NS_SCRIPTABLE NS_IMETHOD GetValues(const char * attr, PRUint32 *count NS_OUTPARAM, PRUnichar * **values NS_OUTPARAM); \
NS_SCRIPTABLE NS_IMETHOD GetOperation(nsILDAPOperation * *aOperation); \
NS_SCRIPTABLE NS_IMETHOD GetErrorCode(PRInt32 *aErrorCode); \
NS_SCRIPTABLE NS_IMETHOD GetType(PRInt32 *aType); \
NS_SCRIPTABLE NS_IMETHOD ToUnicode(PRUnichar * *_retval NS_OUTPARAM); \
NS_SCRIPTABLE NS_IMETHOD GetErrorMessage(nsACString & aErrorMessage); \
NS_SCRIPTABLE NS_IMETHOD GetMatchedDn(nsACString & aMatchedDn); \
NS_SCRIPTABLE NS_IMETHOD GetBinaryValues(const char * attr, PRUint32 *count NS_OUTPARAM, nsILDAPBERValue * **values NS_OUTPARAM);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSILDAPMESSAGE(_to) \
NS_SCRIPTABLE NS_IMETHOD GetDn(nsACString & aDn) { return _to GetDn(aDn); } \
NS_SCRIPTABLE NS_IMETHOD GetAttributes(PRUint32 *count NS_OUTPARAM, char * **aAttributes NS_OUTPARAM) { return _to GetAttributes(count, aAttributes); } \
NS_SCRIPTABLE NS_IMETHOD GetValues(const char * attr, PRUint32 *count NS_OUTPARAM, PRUnichar * **values NS_OUTPARAM) { return _to GetValues(attr, count, values); } \
NS_SCRIPTABLE NS_IMETHOD GetOperation(nsILDAPOperation * *aOperation) { return _to GetOperation(aOperation); } \
NS_SCRIPTABLE NS_IMETHOD GetErrorCode(PRInt32 *aErrorCode) { return _to GetErrorCode(aErrorCode); } \
NS_SCRIPTABLE NS_IMETHOD GetType(PRInt32 *aType) { return _to GetType(aType); } \
NS_SCRIPTABLE NS_IMETHOD ToUnicode(PRUnichar * *_retval NS_OUTPARAM) { return _to ToUnicode(_retval); } \
NS_SCRIPTABLE NS_IMETHOD GetErrorMessage(nsACString & aErrorMessage) { return _to GetErrorMessage(aErrorMessage); } \
NS_SCRIPTABLE NS_IMETHOD GetMatchedDn(nsACString & aMatchedDn) { return _to GetMatchedDn(aMatchedDn); } \
NS_SCRIPTABLE NS_IMETHOD GetBinaryValues(const char * attr, PRUint32 *count NS_OUTPARAM, nsILDAPBERValue * **values NS_OUTPARAM) { return _to GetBinaryValues(attr, count, values); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSILDAPMESSAGE(_to) \
NS_SCRIPTABLE NS_IMETHOD GetDn(nsACString & aDn) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDn(aDn); } \
NS_SCRIPTABLE NS_IMETHOD GetAttributes(PRUint32 *count NS_OUTPARAM, char * **aAttributes NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAttributes(count, aAttributes); } \
NS_SCRIPTABLE NS_IMETHOD GetValues(const char * attr, PRUint32 *count NS_OUTPARAM, PRUnichar * **values NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetValues(attr, count, values); } \
NS_SCRIPTABLE NS_IMETHOD GetOperation(nsILDAPOperation * *aOperation) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOperation(aOperation); } \
NS_SCRIPTABLE NS_IMETHOD GetErrorCode(PRInt32 *aErrorCode) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetErrorCode(aErrorCode); } \
NS_SCRIPTABLE NS_IMETHOD GetType(PRInt32 *aType) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetType(aType); } \
NS_SCRIPTABLE NS_IMETHOD ToUnicode(PRUnichar * *_retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->ToUnicode(_retval); } \
NS_SCRIPTABLE NS_IMETHOD GetErrorMessage(nsACString & aErrorMessage) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetErrorMessage(aErrorMessage); } \
NS_SCRIPTABLE NS_IMETHOD GetMatchedDn(nsACString & aMatchedDn) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMatchedDn(aMatchedDn); } \
NS_SCRIPTABLE NS_IMETHOD GetBinaryValues(const char * attr, PRUint32 *count NS_OUTPARAM, nsILDAPBERValue * **values NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetBinaryValues(attr, count, values); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsLDAPMessage : public nsILDAPMessage
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSILDAPMESSAGE
nsLDAPMessage();
private:
~nsLDAPMessage();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsLDAPMessage, nsILDAPMessage)
nsLDAPMessage::nsLDAPMessage()
{
/* member initializers and constructor code */
}
nsLDAPMessage::~nsLDAPMessage()
{
/* destructor code */
}
/* readonly attribute AUTF8String dn; */
NS_IMETHODIMP nsLDAPMessage::GetDn(nsACString & aDn)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void getAttributes (out unsigned long count, [array, size_is (count), retval] out string aAttributes); */
NS_IMETHODIMP nsLDAPMessage::GetAttributes(PRUint32 *count NS_OUTPARAM, char * **aAttributes NS_OUTPARAM)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void getValues (in string attr, out unsigned long count, [array, size_is (count), retval] out wstring values); */
NS_IMETHODIMP nsLDAPMessage::GetValues(const char * attr, PRUint32 *count NS_OUTPARAM, PRUnichar * **values NS_OUTPARAM)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsILDAPOperation operation; */
NS_IMETHODIMP nsLDAPMessage::GetOperation(nsILDAPOperation * *aOperation)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute long errorCode; */
NS_IMETHODIMP nsLDAPMessage::GetErrorCode(PRInt32 *aErrorCode)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute long type; */
NS_IMETHODIMP nsLDAPMessage::GetType(PRInt32 *aType)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* wstring toUnicode (); */
NS_IMETHODIMP nsLDAPMessage::ToUnicode(PRUnichar * *_retval NS_OUTPARAM)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute AUTF8String errorMessage; */
NS_IMETHODIMP nsLDAPMessage::GetErrorMessage(nsACString & aErrorMessage)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute AUTF8String matchedDn; */
NS_IMETHODIMP nsLDAPMessage::GetMatchedDn(nsACString & aMatchedDn)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void getBinaryValues (in string attr, out unsigned long count, [array, size_is (count), retval] out nsILDAPBERValue values); */
NS_IMETHODIMP nsLDAPMessage::GetBinaryValues(const char * attr, PRUint32 *count NS_OUTPARAM, nsILDAPBERValue * **values NS_OUTPARAM)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsILDAPMessage_h__ */
|