/usr/include/thunderbird-11.0.1/nsIAbLDAPDirectory.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 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /build/buildd/thunderbird-11.0.1+build1/build-tree/mozilla/mailnews/addrbook/public/nsIAbLDAPDirectory.idl
*/
#ifndef __gen_nsIAbLDAPDirectory_h__
#define __gen_nsIAbLDAPDirectory_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 nsIMutableArray; /* forward declaration */
class nsILocalFile; /* forward declaration */
class nsIAddrDatabase; /* forward declaration */
class nsIAbLDAPAttributeMap; /* forward declaration */
class nsILDAPURL; /* forward declaration */
#define kLDAPDirectoryRoot "moz-abldapdirectory://"
#define kLDAPDirectoryRootLen 22
/* starting interface: nsIAbLDAPDirectory */
#define NS_IABLDAPDIRECTORY_IID_STR "90dde295-e354-4d58-add8-f9b29a95942d"
#define NS_IABLDAPDIRECTORY_IID \
{0x90dde295, 0xe354, 0x4d58, \
{ 0xad, 0xd8, 0xf9, 0xb2, 0x9a, 0x95, 0x94, 0x2d }}
class NS_NO_VTABLE NS_SCRIPTABLE nsIAbLDAPDirectory : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IABLDAPDIRECTORY_IID)
/* attribute nsIMutableArray searchServerControls; */
NS_SCRIPTABLE NS_IMETHOD GetSearchServerControls(nsIMutableArray * *aSearchServerControls) = 0;
NS_SCRIPTABLE NS_IMETHOD SetSearchServerControls(nsIMutableArray *aSearchServerControls) = 0;
/* attribute nsIMutableArray searchClientControls; */
NS_SCRIPTABLE NS_IMETHOD GetSearchClientControls(nsIMutableArray * *aSearchClientControls) = 0;
NS_SCRIPTABLE NS_IMETHOD SetSearchClientControls(nsIMutableArray *aSearchClientControls) = 0;
/* attribute ACString replicationFileName; */
NS_SCRIPTABLE NS_IMETHOD GetReplicationFileName(nsACString & aReplicationFileName) = 0;
NS_SCRIPTABLE NS_IMETHOD SetReplicationFileName(const nsACString & aReplicationFileName) = 0;
/* attribute unsigned long protocolVersion; */
NS_SCRIPTABLE NS_IMETHOD GetProtocolVersion(PRUint32 *aProtocolVersion) = 0;
NS_SCRIPTABLE NS_IMETHOD SetProtocolVersion(PRUint32 aProtocolVersion) = 0;
/* attribute ACString saslMechanism; */
NS_SCRIPTABLE NS_IMETHOD GetSaslMechanism(nsACString & aSaslMechanism) = 0;
NS_SCRIPTABLE NS_IMETHOD SetSaslMechanism(const nsACString & aSaslMechanism) = 0;
/* attribute AUTF8String authDn; */
NS_SCRIPTABLE NS_IMETHOD GetAuthDn(nsACString & aAuthDn) = 0;
NS_SCRIPTABLE NS_IMETHOD SetAuthDn(const nsACString & aAuthDn) = 0;
/* attribute long maxHits; */
NS_SCRIPTABLE NS_IMETHOD GetMaxHits(PRInt32 *aMaxHits) = 0;
NS_SCRIPTABLE NS_IMETHOD SetMaxHits(PRInt32 aMaxHits) = 0;
/* attribute long lastChangeNumber; */
NS_SCRIPTABLE NS_IMETHOD GetLastChangeNumber(PRInt32 *aLastChangeNumber) = 0;
NS_SCRIPTABLE NS_IMETHOD SetLastChangeNumber(PRInt32 aLastChangeNumber) = 0;
/* attribute ACString dataVersion; */
NS_SCRIPTABLE NS_IMETHOD GetDataVersion(nsACString & aDataVersion) = 0;
NS_SCRIPTABLE NS_IMETHOD SetDataVersion(const nsACString & aDataVersion) = 0;
/* readonly attribute nsIAbLDAPAttributeMap attributeMap; */
NS_SCRIPTABLE NS_IMETHOD GetAttributeMap(nsIAbLDAPAttributeMap * *aAttributeMap) = 0;
/* attribute nsILDAPURL lDAPURL; */
NS_SCRIPTABLE NS_IMETHOD GetLDAPURL(nsILDAPURL * *aLDAPURL) = 0;
NS_SCRIPTABLE NS_IMETHOD SetLDAPURL(nsILDAPURL *aLDAPURL) = 0;
/* readonly attribute nsILocalFile replicationFile; */
NS_SCRIPTABLE NS_IMETHOD GetReplicationFile(nsILocalFile * *aReplicationFile) = 0;
/* readonly attribute nsIAddrDatabase replicationDatabase; */
NS_SCRIPTABLE NS_IMETHOD GetReplicationDatabase(nsIAddrDatabase * *aReplicationDatabase) = 0;
/* attribute ACString rdnAttributes; */
NS_SCRIPTABLE NS_IMETHOD GetRdnAttributes(nsACString & aRdnAttributes) = 0;
NS_SCRIPTABLE NS_IMETHOD SetRdnAttributes(const nsACString & aRdnAttributes) = 0;
/* attribute ACString objectClasses; */
NS_SCRIPTABLE NS_IMETHOD GetObjectClasses(nsACString & aObjectClasses) = 0;
NS_SCRIPTABLE NS_IMETHOD SetObjectClasses(const nsACString & aObjectClasses) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIAbLDAPDirectory, NS_IABLDAPDIRECTORY_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIABLDAPDIRECTORY \
NS_SCRIPTABLE NS_IMETHOD GetSearchServerControls(nsIMutableArray * *aSearchServerControls); \
NS_SCRIPTABLE NS_IMETHOD SetSearchServerControls(nsIMutableArray *aSearchServerControls); \
NS_SCRIPTABLE NS_IMETHOD GetSearchClientControls(nsIMutableArray * *aSearchClientControls); \
NS_SCRIPTABLE NS_IMETHOD SetSearchClientControls(nsIMutableArray *aSearchClientControls); \
NS_SCRIPTABLE NS_IMETHOD GetReplicationFileName(nsACString & aReplicationFileName); \
NS_SCRIPTABLE NS_IMETHOD SetReplicationFileName(const nsACString & aReplicationFileName); \
NS_SCRIPTABLE NS_IMETHOD GetProtocolVersion(PRUint32 *aProtocolVersion); \
NS_SCRIPTABLE NS_IMETHOD SetProtocolVersion(PRUint32 aProtocolVersion); \
NS_SCRIPTABLE NS_IMETHOD GetSaslMechanism(nsACString & aSaslMechanism); \
NS_SCRIPTABLE NS_IMETHOD SetSaslMechanism(const nsACString & aSaslMechanism); \
NS_SCRIPTABLE NS_IMETHOD GetAuthDn(nsACString & aAuthDn); \
NS_SCRIPTABLE NS_IMETHOD SetAuthDn(const nsACString & aAuthDn); \
NS_SCRIPTABLE NS_IMETHOD GetMaxHits(PRInt32 *aMaxHits); \
NS_SCRIPTABLE NS_IMETHOD SetMaxHits(PRInt32 aMaxHits); \
NS_SCRIPTABLE NS_IMETHOD GetLastChangeNumber(PRInt32 *aLastChangeNumber); \
NS_SCRIPTABLE NS_IMETHOD SetLastChangeNumber(PRInt32 aLastChangeNumber); \
NS_SCRIPTABLE NS_IMETHOD GetDataVersion(nsACString & aDataVersion); \
NS_SCRIPTABLE NS_IMETHOD SetDataVersion(const nsACString & aDataVersion); \
NS_SCRIPTABLE NS_IMETHOD GetAttributeMap(nsIAbLDAPAttributeMap * *aAttributeMap); \
NS_SCRIPTABLE NS_IMETHOD GetLDAPURL(nsILDAPURL * *aLDAPURL); \
NS_SCRIPTABLE NS_IMETHOD SetLDAPURL(nsILDAPURL *aLDAPURL); \
NS_SCRIPTABLE NS_IMETHOD GetReplicationFile(nsILocalFile * *aReplicationFile); \
NS_SCRIPTABLE NS_IMETHOD GetReplicationDatabase(nsIAddrDatabase * *aReplicationDatabase); \
NS_SCRIPTABLE NS_IMETHOD GetRdnAttributes(nsACString & aRdnAttributes); \
NS_SCRIPTABLE NS_IMETHOD SetRdnAttributes(const nsACString & aRdnAttributes); \
NS_SCRIPTABLE NS_IMETHOD GetObjectClasses(nsACString & aObjectClasses); \
NS_SCRIPTABLE NS_IMETHOD SetObjectClasses(const nsACString & aObjectClasses);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIABLDAPDIRECTORY(_to) \
NS_SCRIPTABLE NS_IMETHOD GetSearchServerControls(nsIMutableArray * *aSearchServerControls) { return _to GetSearchServerControls(aSearchServerControls); } \
NS_SCRIPTABLE NS_IMETHOD SetSearchServerControls(nsIMutableArray *aSearchServerControls) { return _to SetSearchServerControls(aSearchServerControls); } \
NS_SCRIPTABLE NS_IMETHOD GetSearchClientControls(nsIMutableArray * *aSearchClientControls) { return _to GetSearchClientControls(aSearchClientControls); } \
NS_SCRIPTABLE NS_IMETHOD SetSearchClientControls(nsIMutableArray *aSearchClientControls) { return _to SetSearchClientControls(aSearchClientControls); } \
NS_SCRIPTABLE NS_IMETHOD GetReplicationFileName(nsACString & aReplicationFileName) { return _to GetReplicationFileName(aReplicationFileName); } \
NS_SCRIPTABLE NS_IMETHOD SetReplicationFileName(const nsACString & aReplicationFileName) { return _to SetReplicationFileName(aReplicationFileName); } \
NS_SCRIPTABLE NS_IMETHOD GetProtocolVersion(PRUint32 *aProtocolVersion) { return _to GetProtocolVersion(aProtocolVersion); } \
NS_SCRIPTABLE NS_IMETHOD SetProtocolVersion(PRUint32 aProtocolVersion) { return _to SetProtocolVersion(aProtocolVersion); } \
NS_SCRIPTABLE NS_IMETHOD GetSaslMechanism(nsACString & aSaslMechanism) { return _to GetSaslMechanism(aSaslMechanism); } \
NS_SCRIPTABLE NS_IMETHOD SetSaslMechanism(const nsACString & aSaslMechanism) { return _to SetSaslMechanism(aSaslMechanism); } \
NS_SCRIPTABLE NS_IMETHOD GetAuthDn(nsACString & aAuthDn) { return _to GetAuthDn(aAuthDn); } \
NS_SCRIPTABLE NS_IMETHOD SetAuthDn(const nsACString & aAuthDn) { return _to SetAuthDn(aAuthDn); } \
NS_SCRIPTABLE NS_IMETHOD GetMaxHits(PRInt32 *aMaxHits) { return _to GetMaxHits(aMaxHits); } \
NS_SCRIPTABLE NS_IMETHOD SetMaxHits(PRInt32 aMaxHits) { return _to SetMaxHits(aMaxHits); } \
NS_SCRIPTABLE NS_IMETHOD GetLastChangeNumber(PRInt32 *aLastChangeNumber) { return _to GetLastChangeNumber(aLastChangeNumber); } \
NS_SCRIPTABLE NS_IMETHOD SetLastChangeNumber(PRInt32 aLastChangeNumber) { return _to SetLastChangeNumber(aLastChangeNumber); } \
NS_SCRIPTABLE NS_IMETHOD GetDataVersion(nsACString & aDataVersion) { return _to GetDataVersion(aDataVersion); } \
NS_SCRIPTABLE NS_IMETHOD SetDataVersion(const nsACString & aDataVersion) { return _to SetDataVersion(aDataVersion); } \
NS_SCRIPTABLE NS_IMETHOD GetAttributeMap(nsIAbLDAPAttributeMap * *aAttributeMap) { return _to GetAttributeMap(aAttributeMap); } \
NS_SCRIPTABLE NS_IMETHOD GetLDAPURL(nsILDAPURL * *aLDAPURL) { return _to GetLDAPURL(aLDAPURL); } \
NS_SCRIPTABLE NS_IMETHOD SetLDAPURL(nsILDAPURL *aLDAPURL) { return _to SetLDAPURL(aLDAPURL); } \
NS_SCRIPTABLE NS_IMETHOD GetReplicationFile(nsILocalFile * *aReplicationFile) { return _to GetReplicationFile(aReplicationFile); } \
NS_SCRIPTABLE NS_IMETHOD GetReplicationDatabase(nsIAddrDatabase * *aReplicationDatabase) { return _to GetReplicationDatabase(aReplicationDatabase); } \
NS_SCRIPTABLE NS_IMETHOD GetRdnAttributes(nsACString & aRdnAttributes) { return _to GetRdnAttributes(aRdnAttributes); } \
NS_SCRIPTABLE NS_IMETHOD SetRdnAttributes(const nsACString & aRdnAttributes) { return _to SetRdnAttributes(aRdnAttributes); } \
NS_SCRIPTABLE NS_IMETHOD GetObjectClasses(nsACString & aObjectClasses) { return _to GetObjectClasses(aObjectClasses); } \
NS_SCRIPTABLE NS_IMETHOD SetObjectClasses(const nsACString & aObjectClasses) { return _to SetObjectClasses(aObjectClasses); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIABLDAPDIRECTORY(_to) \
NS_SCRIPTABLE NS_IMETHOD GetSearchServerControls(nsIMutableArray * *aSearchServerControls) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSearchServerControls(aSearchServerControls); } \
NS_SCRIPTABLE NS_IMETHOD SetSearchServerControls(nsIMutableArray *aSearchServerControls) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetSearchServerControls(aSearchServerControls); } \
NS_SCRIPTABLE NS_IMETHOD GetSearchClientControls(nsIMutableArray * *aSearchClientControls) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSearchClientControls(aSearchClientControls); } \
NS_SCRIPTABLE NS_IMETHOD SetSearchClientControls(nsIMutableArray *aSearchClientControls) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetSearchClientControls(aSearchClientControls); } \
NS_SCRIPTABLE NS_IMETHOD GetReplicationFileName(nsACString & aReplicationFileName) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetReplicationFileName(aReplicationFileName); } \
NS_SCRIPTABLE NS_IMETHOD SetReplicationFileName(const nsACString & aReplicationFileName) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetReplicationFileName(aReplicationFileName); } \
NS_SCRIPTABLE NS_IMETHOD GetProtocolVersion(PRUint32 *aProtocolVersion) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetProtocolVersion(aProtocolVersion); } \
NS_SCRIPTABLE NS_IMETHOD SetProtocolVersion(PRUint32 aProtocolVersion) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetProtocolVersion(aProtocolVersion); } \
NS_SCRIPTABLE NS_IMETHOD GetSaslMechanism(nsACString & aSaslMechanism) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSaslMechanism(aSaslMechanism); } \
NS_SCRIPTABLE NS_IMETHOD SetSaslMechanism(const nsACString & aSaslMechanism) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetSaslMechanism(aSaslMechanism); } \
NS_SCRIPTABLE NS_IMETHOD GetAuthDn(nsACString & aAuthDn) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAuthDn(aAuthDn); } \
NS_SCRIPTABLE NS_IMETHOD SetAuthDn(const nsACString & aAuthDn) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAuthDn(aAuthDn); } \
NS_SCRIPTABLE NS_IMETHOD GetMaxHits(PRInt32 *aMaxHits) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMaxHits(aMaxHits); } \
NS_SCRIPTABLE NS_IMETHOD SetMaxHits(PRInt32 aMaxHits) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMaxHits(aMaxHits); } \
NS_SCRIPTABLE NS_IMETHOD GetLastChangeNumber(PRInt32 *aLastChangeNumber) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLastChangeNumber(aLastChangeNumber); } \
NS_SCRIPTABLE NS_IMETHOD SetLastChangeNumber(PRInt32 aLastChangeNumber) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetLastChangeNumber(aLastChangeNumber); } \
NS_SCRIPTABLE NS_IMETHOD GetDataVersion(nsACString & aDataVersion) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDataVersion(aDataVersion); } \
NS_SCRIPTABLE NS_IMETHOD SetDataVersion(const nsACString & aDataVersion) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetDataVersion(aDataVersion); } \
NS_SCRIPTABLE NS_IMETHOD GetAttributeMap(nsIAbLDAPAttributeMap * *aAttributeMap) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAttributeMap(aAttributeMap); } \
NS_SCRIPTABLE NS_IMETHOD GetLDAPURL(nsILDAPURL * *aLDAPURL) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLDAPURL(aLDAPURL); } \
NS_SCRIPTABLE NS_IMETHOD SetLDAPURL(nsILDAPURL *aLDAPURL) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetLDAPURL(aLDAPURL); } \
NS_SCRIPTABLE NS_IMETHOD GetReplicationFile(nsILocalFile * *aReplicationFile) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetReplicationFile(aReplicationFile); } \
NS_SCRIPTABLE NS_IMETHOD GetReplicationDatabase(nsIAddrDatabase * *aReplicationDatabase) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetReplicationDatabase(aReplicationDatabase); } \
NS_SCRIPTABLE NS_IMETHOD GetRdnAttributes(nsACString & aRdnAttributes) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRdnAttributes(aRdnAttributes); } \
NS_SCRIPTABLE NS_IMETHOD SetRdnAttributes(const nsACString & aRdnAttributes) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetRdnAttributes(aRdnAttributes); } \
NS_SCRIPTABLE NS_IMETHOD GetObjectClasses(nsACString & aObjectClasses) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetObjectClasses(aObjectClasses); } \
NS_SCRIPTABLE NS_IMETHOD SetObjectClasses(const nsACString & aObjectClasses) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetObjectClasses(aObjectClasses); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsAbLDAPDirectory : public nsIAbLDAPDirectory
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIABLDAPDIRECTORY
nsAbLDAPDirectory();
private:
~nsAbLDAPDirectory();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsAbLDAPDirectory, nsIAbLDAPDirectory)
nsAbLDAPDirectory::nsAbLDAPDirectory()
{
/* member initializers and constructor code */
}
nsAbLDAPDirectory::~nsAbLDAPDirectory()
{
/* destructor code */
}
/* attribute nsIMutableArray searchServerControls; */
NS_IMETHODIMP nsAbLDAPDirectory::GetSearchServerControls(nsIMutableArray * *aSearchServerControls)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsAbLDAPDirectory::SetSearchServerControls(nsIMutableArray *aSearchServerControls)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute nsIMutableArray searchClientControls; */
NS_IMETHODIMP nsAbLDAPDirectory::GetSearchClientControls(nsIMutableArray * *aSearchClientControls)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsAbLDAPDirectory::SetSearchClientControls(nsIMutableArray *aSearchClientControls)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute ACString replicationFileName; */
NS_IMETHODIMP nsAbLDAPDirectory::GetReplicationFileName(nsACString & aReplicationFileName)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsAbLDAPDirectory::SetReplicationFileName(const nsACString & aReplicationFileName)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute unsigned long protocolVersion; */
NS_IMETHODIMP nsAbLDAPDirectory::GetProtocolVersion(PRUint32 *aProtocolVersion)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsAbLDAPDirectory::SetProtocolVersion(PRUint32 aProtocolVersion)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute ACString saslMechanism; */
NS_IMETHODIMP nsAbLDAPDirectory::GetSaslMechanism(nsACString & aSaslMechanism)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsAbLDAPDirectory::SetSaslMechanism(const nsACString & aSaslMechanism)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute AUTF8String authDn; */
NS_IMETHODIMP nsAbLDAPDirectory::GetAuthDn(nsACString & aAuthDn)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsAbLDAPDirectory::SetAuthDn(const nsACString & aAuthDn)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute long maxHits; */
NS_IMETHODIMP nsAbLDAPDirectory::GetMaxHits(PRInt32 *aMaxHits)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsAbLDAPDirectory::SetMaxHits(PRInt32 aMaxHits)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute long lastChangeNumber; */
NS_IMETHODIMP nsAbLDAPDirectory::GetLastChangeNumber(PRInt32 *aLastChangeNumber)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsAbLDAPDirectory::SetLastChangeNumber(PRInt32 aLastChangeNumber)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute ACString dataVersion; */
NS_IMETHODIMP nsAbLDAPDirectory::GetDataVersion(nsACString & aDataVersion)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsAbLDAPDirectory::SetDataVersion(const nsACString & aDataVersion)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIAbLDAPAttributeMap attributeMap; */
NS_IMETHODIMP nsAbLDAPDirectory::GetAttributeMap(nsIAbLDAPAttributeMap * *aAttributeMap)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute nsILDAPURL lDAPURL; */
NS_IMETHODIMP nsAbLDAPDirectory::GetLDAPURL(nsILDAPURL * *aLDAPURL)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsAbLDAPDirectory::SetLDAPURL(nsILDAPURL *aLDAPURL)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsILocalFile replicationFile; */
NS_IMETHODIMP nsAbLDAPDirectory::GetReplicationFile(nsILocalFile * *aReplicationFile)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIAddrDatabase replicationDatabase; */
NS_IMETHODIMP nsAbLDAPDirectory::GetReplicationDatabase(nsIAddrDatabase * *aReplicationDatabase)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute ACString rdnAttributes; */
NS_IMETHODIMP nsAbLDAPDirectory::GetRdnAttributes(nsACString & aRdnAttributes)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsAbLDAPDirectory::SetRdnAttributes(const nsACString & aRdnAttributes)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute ACString objectClasses; */
NS_IMETHODIMP nsAbLDAPDirectory::GetObjectClasses(nsACString & aObjectClasses)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsAbLDAPDirectory::SetObjectClasses(const nsACString & aObjectClasses)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIAbLDAPDirectory_h__ */
|