/usr/include/thunderbird/calIAttendee.h is in thunderbird-dev 1:38.6.0+build1-0ubuntu1.
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 | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM ../../../dist/idl/calIAttendee.idl
*/
#ifndef __gen_calIAttendee_h__
#define __gen_calIAttendee_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 calIIcalProperty; /* forward declaration */
class nsISimpleEnumerator; /* forward declaration */
/* starting interface: calIAttendee */
#define CALIATTENDEE_IID_STR "73a074ad-8812-4055-af75-14b509b8c5fe"
#define CALIATTENDEE_IID \
{0x73a074ad, 0x8812, 0x4055, \
{ 0xaf, 0x75, 0x14, 0xb5, 0x09, 0xb8, 0xc5, 0xfe }}
class NS_NO_VTABLE calIAttendee : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(CALIATTENDEE_IID)
/* readonly attribute boolean isMutable; */
NS_IMETHOD GetIsMutable(bool *aIsMutable) = 0;
/* void makeImmutable (); */
NS_IMETHOD MakeImmutable(void) = 0;
/* calIAttendee clone (); */
NS_IMETHOD Clone(calIAttendee * *_retval) = 0;
/* attribute AUTF8String id; */
NS_IMETHOD GetId(nsACString & aId) = 0;
NS_IMETHOD SetId(const nsACString & aId) = 0;
/* attribute AUTF8String commonName; */
NS_IMETHOD GetCommonName(nsACString & aCommonName) = 0;
NS_IMETHOD SetCommonName(const nsACString & aCommonName) = 0;
/* attribute AUTF8String rsvp; */
NS_IMETHOD GetRsvp(nsACString & aRsvp) = 0;
NS_IMETHOD SetRsvp(const nsACString & aRsvp) = 0;
/* attribute boolean isOrganizer; */
NS_IMETHOD GetIsOrganizer(bool *aIsOrganizer) = 0;
NS_IMETHOD SetIsOrganizer(bool aIsOrganizer) = 0;
/* attribute AUTF8String role; */
NS_IMETHOD GetRole(nsACString & aRole) = 0;
NS_IMETHOD SetRole(const nsACString & aRole) = 0;
/* attribute AUTF8String participationStatus; */
NS_IMETHOD GetParticipationStatus(nsACString & aParticipationStatus) = 0;
NS_IMETHOD SetParticipationStatus(const nsACString & aParticipationStatus) = 0;
/* attribute AUTF8String userType; */
NS_IMETHOD GetUserType(nsACString & aUserType) = 0;
NS_IMETHOD SetUserType(const nsACString & aUserType) = 0;
/* readonly attribute nsISimpleEnumerator propertyEnumerator; */
NS_IMETHOD GetPropertyEnumerator(nsISimpleEnumerator * *aPropertyEnumerator) = 0;
/* AUTF8String getProperty (in AString name); */
NS_IMETHOD GetProperty(const nsAString & name, nsACString & _retval) = 0;
/* void setProperty (in AString name, in AUTF8String value); */
NS_IMETHOD SetProperty(const nsAString & name, const nsACString & value) = 0;
/* void deleteProperty (in AString name); */
NS_IMETHOD DeleteProperty(const nsAString & name) = 0;
/* attribute calIIcalProperty icalProperty; */
NS_IMETHOD GetIcalProperty(calIIcalProperty * *aIcalProperty) = 0;
NS_IMETHOD SetIcalProperty(calIIcalProperty *aIcalProperty) = 0;
/* attribute AUTF8String icalString; */
NS_IMETHOD GetIcalString(nsACString & aIcalString) = 0;
NS_IMETHOD SetIcalString(const nsACString & aIcalString) = 0;
/* AUTF8String toString (); */
NS_IMETHOD ToString(nsACString & _retval) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(calIAttendee, CALIATTENDEE_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_CALIATTENDEE \
NS_IMETHOD GetIsMutable(bool *aIsMutable) override; \
NS_IMETHOD MakeImmutable(void) override; \
NS_IMETHOD Clone(calIAttendee * *_retval) override; \
NS_IMETHOD GetId(nsACString & aId) override; \
NS_IMETHOD SetId(const nsACString & aId) override; \
NS_IMETHOD GetCommonName(nsACString & aCommonName) override; \
NS_IMETHOD SetCommonName(const nsACString & aCommonName) override; \
NS_IMETHOD GetRsvp(nsACString & aRsvp) override; \
NS_IMETHOD SetRsvp(const nsACString & aRsvp) override; \
NS_IMETHOD GetIsOrganizer(bool *aIsOrganizer) override; \
NS_IMETHOD SetIsOrganizer(bool aIsOrganizer) override; \
NS_IMETHOD GetRole(nsACString & aRole) override; \
NS_IMETHOD SetRole(const nsACString & aRole) override; \
NS_IMETHOD GetParticipationStatus(nsACString & aParticipationStatus) override; \
NS_IMETHOD SetParticipationStatus(const nsACString & aParticipationStatus) override; \
NS_IMETHOD GetUserType(nsACString & aUserType) override; \
NS_IMETHOD SetUserType(const nsACString & aUserType) override; \
NS_IMETHOD GetPropertyEnumerator(nsISimpleEnumerator * *aPropertyEnumerator) override; \
NS_IMETHOD GetProperty(const nsAString & name, nsACString & _retval) override; \
NS_IMETHOD SetProperty(const nsAString & name, const nsACString & value) override; \
NS_IMETHOD DeleteProperty(const nsAString & name) override; \
NS_IMETHOD GetIcalProperty(calIIcalProperty * *aIcalProperty) override; \
NS_IMETHOD SetIcalProperty(calIIcalProperty *aIcalProperty) override; \
NS_IMETHOD GetIcalString(nsACString & aIcalString) override; \
NS_IMETHOD SetIcalString(const nsACString & aIcalString) override; \
NS_IMETHOD ToString(nsACString & _retval) override;
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_CALIATTENDEE(_to) \
NS_IMETHOD GetIsMutable(bool *aIsMutable) override { return _to GetIsMutable(aIsMutable); } \
NS_IMETHOD MakeImmutable(void) override { return _to MakeImmutable(); } \
NS_IMETHOD Clone(calIAttendee * *_retval) override { return _to Clone(_retval); } \
NS_IMETHOD GetId(nsACString & aId) override { return _to GetId(aId); } \
NS_IMETHOD SetId(const nsACString & aId) override { return _to SetId(aId); } \
NS_IMETHOD GetCommonName(nsACString & aCommonName) override { return _to GetCommonName(aCommonName); } \
NS_IMETHOD SetCommonName(const nsACString & aCommonName) override { return _to SetCommonName(aCommonName); } \
NS_IMETHOD GetRsvp(nsACString & aRsvp) override { return _to GetRsvp(aRsvp); } \
NS_IMETHOD SetRsvp(const nsACString & aRsvp) override { return _to SetRsvp(aRsvp); } \
NS_IMETHOD GetIsOrganizer(bool *aIsOrganizer) override { return _to GetIsOrganizer(aIsOrganizer); } \
NS_IMETHOD SetIsOrganizer(bool aIsOrganizer) override { return _to SetIsOrganizer(aIsOrganizer); } \
NS_IMETHOD GetRole(nsACString & aRole) override { return _to GetRole(aRole); } \
NS_IMETHOD SetRole(const nsACString & aRole) override { return _to SetRole(aRole); } \
NS_IMETHOD GetParticipationStatus(nsACString & aParticipationStatus) override { return _to GetParticipationStatus(aParticipationStatus); } \
NS_IMETHOD SetParticipationStatus(const nsACString & aParticipationStatus) override { return _to SetParticipationStatus(aParticipationStatus); } \
NS_IMETHOD GetUserType(nsACString & aUserType) override { return _to GetUserType(aUserType); } \
NS_IMETHOD SetUserType(const nsACString & aUserType) override { return _to SetUserType(aUserType); } \
NS_IMETHOD GetPropertyEnumerator(nsISimpleEnumerator * *aPropertyEnumerator) override { return _to GetPropertyEnumerator(aPropertyEnumerator); } \
NS_IMETHOD GetProperty(const nsAString & name, nsACString & _retval) override { return _to GetProperty(name, _retval); } \
NS_IMETHOD SetProperty(const nsAString & name, const nsACString & value) override { return _to SetProperty(name, value); } \
NS_IMETHOD DeleteProperty(const nsAString & name) override { return _to DeleteProperty(name); } \
NS_IMETHOD GetIcalProperty(calIIcalProperty * *aIcalProperty) override { return _to GetIcalProperty(aIcalProperty); } \
NS_IMETHOD SetIcalProperty(calIIcalProperty *aIcalProperty) override { return _to SetIcalProperty(aIcalProperty); } \
NS_IMETHOD GetIcalString(nsACString & aIcalString) override { return _to GetIcalString(aIcalString); } \
NS_IMETHOD SetIcalString(const nsACString & aIcalString) override { return _to SetIcalString(aIcalString); } \
NS_IMETHOD ToString(nsACString & _retval) override { return _to ToString(_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_CALIATTENDEE(_to) \
NS_IMETHOD GetIsMutable(bool *aIsMutable) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIsMutable(aIsMutable); } \
NS_IMETHOD MakeImmutable(void) override { return !_to ? NS_ERROR_NULL_POINTER : _to->MakeImmutable(); } \
NS_IMETHOD Clone(calIAttendee * *_retval) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Clone(_retval); } \
NS_IMETHOD GetId(nsACString & aId) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetId(aId); } \
NS_IMETHOD SetId(const nsACString & aId) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetId(aId); } \
NS_IMETHOD GetCommonName(nsACString & aCommonName) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCommonName(aCommonName); } \
NS_IMETHOD SetCommonName(const nsACString & aCommonName) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCommonName(aCommonName); } \
NS_IMETHOD GetRsvp(nsACString & aRsvp) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRsvp(aRsvp); } \
NS_IMETHOD SetRsvp(const nsACString & aRsvp) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetRsvp(aRsvp); } \
NS_IMETHOD GetIsOrganizer(bool *aIsOrganizer) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIsOrganizer(aIsOrganizer); } \
NS_IMETHOD SetIsOrganizer(bool aIsOrganizer) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetIsOrganizer(aIsOrganizer); } \
NS_IMETHOD GetRole(nsACString & aRole) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRole(aRole); } \
NS_IMETHOD SetRole(const nsACString & aRole) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetRole(aRole); } \
NS_IMETHOD GetParticipationStatus(nsACString & aParticipationStatus) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetParticipationStatus(aParticipationStatus); } \
NS_IMETHOD SetParticipationStatus(const nsACString & aParticipationStatus) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetParticipationStatus(aParticipationStatus); } \
NS_IMETHOD GetUserType(nsACString & aUserType) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetUserType(aUserType); } \
NS_IMETHOD SetUserType(const nsACString & aUserType) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetUserType(aUserType); } \
NS_IMETHOD GetPropertyEnumerator(nsISimpleEnumerator * *aPropertyEnumerator) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPropertyEnumerator(aPropertyEnumerator); } \
NS_IMETHOD GetProperty(const nsAString & name, nsACString & _retval) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetProperty(name, _retval); } \
NS_IMETHOD SetProperty(const nsAString & name, const nsACString & value) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetProperty(name, value); } \
NS_IMETHOD DeleteProperty(const nsAString & name) override { return !_to ? NS_ERROR_NULL_POINTER : _to->DeleteProperty(name); } \
NS_IMETHOD GetIcalProperty(calIIcalProperty * *aIcalProperty) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIcalProperty(aIcalProperty); } \
NS_IMETHOD SetIcalProperty(calIIcalProperty *aIcalProperty) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetIcalProperty(aIcalProperty); } \
NS_IMETHOD GetIcalString(nsACString & aIcalString) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIcalString(aIcalString); } \
NS_IMETHOD SetIcalString(const nsACString & aIcalString) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetIcalString(aIcalString); } \
NS_IMETHOD ToString(nsACString & _retval) override { return !_to ? NS_ERROR_NULL_POINTER : _to->ToString(_retval); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class _MYCLASS_ : public calIAttendee
{
public:
NS_DECL_ISUPPORTS
NS_DECL_CALIATTENDEE
_MYCLASS_();
private:
~_MYCLASS_();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS(_MYCLASS_, calIAttendee)
_MYCLASS_::_MYCLASS_()
{
/* member initializers and constructor code */
}
_MYCLASS_::~_MYCLASS_()
{
/* destructor code */
}
/* readonly attribute boolean isMutable; */
NS_IMETHODIMP _MYCLASS_::GetIsMutable(bool *aIsMutable)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void makeImmutable (); */
NS_IMETHODIMP _MYCLASS_::MakeImmutable()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* calIAttendee clone (); */
NS_IMETHODIMP _MYCLASS_::Clone(calIAttendee * *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute AUTF8String id; */
NS_IMETHODIMP _MYCLASS_::GetId(nsACString & aId)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP _MYCLASS_::SetId(const nsACString & aId)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute AUTF8String commonName; */
NS_IMETHODIMP _MYCLASS_::GetCommonName(nsACString & aCommonName)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP _MYCLASS_::SetCommonName(const nsACString & aCommonName)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute AUTF8String rsvp; */
NS_IMETHODIMP _MYCLASS_::GetRsvp(nsACString & aRsvp)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP _MYCLASS_::SetRsvp(const nsACString & aRsvp)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean isOrganizer; */
NS_IMETHODIMP _MYCLASS_::GetIsOrganizer(bool *aIsOrganizer)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP _MYCLASS_::SetIsOrganizer(bool aIsOrganizer)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute AUTF8String role; */
NS_IMETHODIMP _MYCLASS_::GetRole(nsACString & aRole)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP _MYCLASS_::SetRole(const nsACString & aRole)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute AUTF8String participationStatus; */
NS_IMETHODIMP _MYCLASS_::GetParticipationStatus(nsACString & aParticipationStatus)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP _MYCLASS_::SetParticipationStatus(const nsACString & aParticipationStatus)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute AUTF8String userType; */
NS_IMETHODIMP _MYCLASS_::GetUserType(nsACString & aUserType)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP _MYCLASS_::SetUserType(const nsACString & aUserType)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsISimpleEnumerator propertyEnumerator; */
NS_IMETHODIMP _MYCLASS_::GetPropertyEnumerator(nsISimpleEnumerator * *aPropertyEnumerator)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* AUTF8String getProperty (in AString name); */
NS_IMETHODIMP _MYCLASS_::GetProperty(const nsAString & name, nsACString & _retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void setProperty (in AString name, in AUTF8String value); */
NS_IMETHODIMP _MYCLASS_::SetProperty(const nsAString & name, const nsACString & value)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void deleteProperty (in AString name); */
NS_IMETHODIMP _MYCLASS_::DeleteProperty(const nsAString & name)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute calIIcalProperty icalProperty; */
NS_IMETHODIMP _MYCLASS_::GetIcalProperty(calIIcalProperty * *aIcalProperty)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP _MYCLASS_::SetIcalProperty(calIIcalProperty *aIcalProperty)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute AUTF8String icalString; */
NS_IMETHODIMP _MYCLASS_::GetIcalString(nsACString & aIcalString)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP _MYCLASS_::SetIcalString(const nsACString & aIcalString)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* AUTF8String toString (); */
NS_IMETHODIMP _MYCLASS_::ToString(nsACString & _retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_calIAttendee_h__ */
|