/usr/include/thunderbird/calIGoogleRequest.h is in thunderbird-dev 1:24.4.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 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /build/buildd/thunderbird-24.4.0+build1/calendar/providers/gdata/public/calIGoogleRequest.idl
*/
#ifndef __gen_calIGoogleRequest_h__
#define __gen_calIGoogleRequest_h__
#ifndef __gen_calIOperation_h__
#include "calIOperation.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
class calICalendar; /* forward declaration */
class calIGoogleSession; /* forward declaration */
class calIGoogleCalendar; /* forward declaration */
class calIGenericOperationListener; /* forward declaration */
class calIOperationListener; /* forward declaration */
class calIDateTime; /* forward declaration */
class calIItemBase; /* forward declaration */
class nsIVariant; /* forward declaration */
/* starting interface: calIGoogleRequest */
#define CALIGOOGLEREQUEST_IID_STR "53a3438a-21bc-4a0f-b813-77a8b4f19282"
#define CALIGOOGLEREQUEST_IID \
{0x53a3438a, 0x21bc, 0x4a0f, \
{ 0xb8, 0x13, 0x77, 0xa8, 0xb4, 0xf1, 0x92, 0x82 }}
class NS_NO_VTABLE calIGoogleRequest : public calIOperation {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(CALIGOOGLEREQUEST_IID)
enum {
LOGIN = 0U,
ADD = 1U,
MODIFY = 2U,
DELETE = 3U,
GET = 4U
};
/* attribute uint32_t type; */
NS_IMETHOD GetType(uint32_t *aType) = 0;
NS_IMETHOD SetType(uint32_t aType) = 0;
/* attribute AUTF8String uri; */
NS_IMETHOD GetUri(nsACString & aUri) = 0;
NS_IMETHOD SetUri(const nsACString & aUri) = 0;
/* attribute calIOperationListener operationListener; */
NS_IMETHOD GetOperationListener(calIOperationListener * *aOperationListener) = 0;
NS_IMETHOD SetOperationListener(calIOperationListener *aOperationListener) = 0;
/* attribute calIGenericOperationListener responseListener; */
NS_IMETHOD GetResponseListener(calIGenericOperationListener * *aResponseListener) = 0;
NS_IMETHOD SetResponseListener(calIGenericOperationListener *aResponseListener) = 0;
/* attribute calIGoogleCalendar calendar; */
NS_IMETHOD GetCalendar(calIGoogleCalendar * *aCalendar) = 0;
NS_IMETHOD SetCalendar(calIGoogleCalendar *aCalendar) = 0;
/* attribute calICalendar destinationCal; */
NS_IMETHOD GetDestinationCal(calICalendar * *aDestinationCal) = 0;
NS_IMETHOD SetDestinationCal(calICalendar *aDestinationCal) = 0;
/* attribute boolean reauthenticate; */
NS_IMETHOD GetReauthenticate(bool *aReauthenticate) = 0;
NS_IMETHOD SetReauthenticate(bool aReauthenticate) = 0;
/* attribute calIDateTime itemRangeStart; */
NS_IMETHOD GetItemRangeStart(calIDateTime * *aItemRangeStart) = 0;
NS_IMETHOD SetItemRangeStart(calIDateTime *aItemRangeStart) = 0;
/* attribute calIDateTime itemRangeEnd; */
NS_IMETHOD GetItemRangeEnd(calIDateTime * *aItemRangeEnd) = 0;
NS_IMETHOD SetItemRangeEnd(calIDateTime *aItemRangeEnd) = 0;
/* attribute unsigned long itemFilter; */
NS_IMETHOD GetItemFilter(uint32_t *aItemFilter) = 0;
NS_IMETHOD SetItemFilter(uint32_t aItemFilter) = 0;
/* attribute AUTF8String itemId; */
NS_IMETHOD GetItemId(nsACString & aItemId) = 0;
NS_IMETHOD SetItemId(const nsACString & aItemId) = 0;
/* attribute boolean useCache; */
NS_IMETHOD GetUseCache(bool *aUseCache) = 0;
NS_IMETHOD SetUseCache(bool aUseCache) = 0;
/* attribute calIItemBase newItem; */
NS_IMETHOD GetNewItem(calIItemBase * *aNewItem) = 0;
NS_IMETHOD SetNewItem(calIItemBase *aNewItem) = 0;
/* attribute calIItemBase oldItem; */
NS_IMETHOD GetOldItem(calIItemBase * *aOldItem) = 0;
NS_IMETHOD SetOldItem(calIItemBase *aOldItem) = 0;
/* void setUploadData (in AUTF8String aContentType, in AUTF8String aData); */
NS_IMETHOD SetUploadData(const nsACString & aContentType, const nsACString & aData) = 0;
/* void addQueryParameter (in AUTF8String aKey, in AUTF8String aValue); */
NS_IMETHOD AddQueryParameter(const nsACString & aKey, const nsACString & aValue) = 0;
/* void commit (in calIGoogleSession aSession); */
NS_IMETHOD Commit(calIGoogleSession *aSession) = 0;
/* void fail (in uint32_t aCode, in AUTF8String aMessage); */
NS_IMETHOD Fail(uint32_t aCode, const nsACString & aMessage) = 0;
/* void succeed (in AUTF8String aMessage); */
NS_IMETHOD Succeed(const nsACString & aMessage) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(calIGoogleRequest, CALIGOOGLEREQUEST_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_CALIGOOGLEREQUEST \
NS_IMETHOD GetType(uint32_t *aType); \
NS_IMETHOD SetType(uint32_t aType); \
NS_IMETHOD GetUri(nsACString & aUri); \
NS_IMETHOD SetUri(const nsACString & aUri); \
NS_IMETHOD GetOperationListener(calIOperationListener * *aOperationListener); \
NS_IMETHOD SetOperationListener(calIOperationListener *aOperationListener); \
NS_IMETHOD GetResponseListener(calIGenericOperationListener * *aResponseListener); \
NS_IMETHOD SetResponseListener(calIGenericOperationListener *aResponseListener); \
NS_IMETHOD GetCalendar(calIGoogleCalendar * *aCalendar); \
NS_IMETHOD SetCalendar(calIGoogleCalendar *aCalendar); \
NS_IMETHOD GetDestinationCal(calICalendar * *aDestinationCal); \
NS_IMETHOD SetDestinationCal(calICalendar *aDestinationCal); \
NS_IMETHOD GetReauthenticate(bool *aReauthenticate); \
NS_IMETHOD SetReauthenticate(bool aReauthenticate); \
NS_IMETHOD GetItemRangeStart(calIDateTime * *aItemRangeStart); \
NS_IMETHOD SetItemRangeStart(calIDateTime *aItemRangeStart); \
NS_IMETHOD GetItemRangeEnd(calIDateTime * *aItemRangeEnd); \
NS_IMETHOD SetItemRangeEnd(calIDateTime *aItemRangeEnd); \
NS_IMETHOD GetItemFilter(uint32_t *aItemFilter); \
NS_IMETHOD SetItemFilter(uint32_t aItemFilter); \
NS_IMETHOD GetItemId(nsACString & aItemId); \
NS_IMETHOD SetItemId(const nsACString & aItemId); \
NS_IMETHOD GetUseCache(bool *aUseCache); \
NS_IMETHOD SetUseCache(bool aUseCache); \
NS_IMETHOD GetNewItem(calIItemBase * *aNewItem); \
NS_IMETHOD SetNewItem(calIItemBase *aNewItem); \
NS_IMETHOD GetOldItem(calIItemBase * *aOldItem); \
NS_IMETHOD SetOldItem(calIItemBase *aOldItem); \
NS_IMETHOD SetUploadData(const nsACString & aContentType, const nsACString & aData); \
NS_IMETHOD AddQueryParameter(const nsACString & aKey, const nsACString & aValue); \
NS_IMETHOD Commit(calIGoogleSession *aSession); \
NS_IMETHOD Fail(uint32_t aCode, const nsACString & aMessage); \
NS_IMETHOD Succeed(const nsACString & aMessage);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_CALIGOOGLEREQUEST(_to) \
NS_IMETHOD GetType(uint32_t *aType) { return _to GetType(aType); } \
NS_IMETHOD SetType(uint32_t aType) { return _to SetType(aType); } \
NS_IMETHOD GetUri(nsACString & aUri) { return _to GetUri(aUri); } \
NS_IMETHOD SetUri(const nsACString & aUri) { return _to SetUri(aUri); } \
NS_IMETHOD GetOperationListener(calIOperationListener * *aOperationListener) { return _to GetOperationListener(aOperationListener); } \
NS_IMETHOD SetOperationListener(calIOperationListener *aOperationListener) { return _to SetOperationListener(aOperationListener); } \
NS_IMETHOD GetResponseListener(calIGenericOperationListener * *aResponseListener) { return _to GetResponseListener(aResponseListener); } \
NS_IMETHOD SetResponseListener(calIGenericOperationListener *aResponseListener) { return _to SetResponseListener(aResponseListener); } \
NS_IMETHOD GetCalendar(calIGoogleCalendar * *aCalendar) { return _to GetCalendar(aCalendar); } \
NS_IMETHOD SetCalendar(calIGoogleCalendar *aCalendar) { return _to SetCalendar(aCalendar); } \
NS_IMETHOD GetDestinationCal(calICalendar * *aDestinationCal) { return _to GetDestinationCal(aDestinationCal); } \
NS_IMETHOD SetDestinationCal(calICalendar *aDestinationCal) { return _to SetDestinationCal(aDestinationCal); } \
NS_IMETHOD GetReauthenticate(bool *aReauthenticate) { return _to GetReauthenticate(aReauthenticate); } \
NS_IMETHOD SetReauthenticate(bool aReauthenticate) { return _to SetReauthenticate(aReauthenticate); } \
NS_IMETHOD GetItemRangeStart(calIDateTime * *aItemRangeStart) { return _to GetItemRangeStart(aItemRangeStart); } \
NS_IMETHOD SetItemRangeStart(calIDateTime *aItemRangeStart) { return _to SetItemRangeStart(aItemRangeStart); } \
NS_IMETHOD GetItemRangeEnd(calIDateTime * *aItemRangeEnd) { return _to GetItemRangeEnd(aItemRangeEnd); } \
NS_IMETHOD SetItemRangeEnd(calIDateTime *aItemRangeEnd) { return _to SetItemRangeEnd(aItemRangeEnd); } \
NS_IMETHOD GetItemFilter(uint32_t *aItemFilter) { return _to GetItemFilter(aItemFilter); } \
NS_IMETHOD SetItemFilter(uint32_t aItemFilter) { return _to SetItemFilter(aItemFilter); } \
NS_IMETHOD GetItemId(nsACString & aItemId) { return _to GetItemId(aItemId); } \
NS_IMETHOD SetItemId(const nsACString & aItemId) { return _to SetItemId(aItemId); } \
NS_IMETHOD GetUseCache(bool *aUseCache) { return _to GetUseCache(aUseCache); } \
NS_IMETHOD SetUseCache(bool aUseCache) { return _to SetUseCache(aUseCache); } \
NS_IMETHOD GetNewItem(calIItemBase * *aNewItem) { return _to GetNewItem(aNewItem); } \
NS_IMETHOD SetNewItem(calIItemBase *aNewItem) { return _to SetNewItem(aNewItem); } \
NS_IMETHOD GetOldItem(calIItemBase * *aOldItem) { return _to GetOldItem(aOldItem); } \
NS_IMETHOD SetOldItem(calIItemBase *aOldItem) { return _to SetOldItem(aOldItem); } \
NS_IMETHOD SetUploadData(const nsACString & aContentType, const nsACString & aData) { return _to SetUploadData(aContentType, aData); } \
NS_IMETHOD AddQueryParameter(const nsACString & aKey, const nsACString & aValue) { return _to AddQueryParameter(aKey, aValue); } \
NS_IMETHOD Commit(calIGoogleSession *aSession) { return _to Commit(aSession); } \
NS_IMETHOD Fail(uint32_t aCode, const nsACString & aMessage) { return _to Fail(aCode, aMessage); } \
NS_IMETHOD Succeed(const nsACString & aMessage) { return _to Succeed(aMessage); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_CALIGOOGLEREQUEST(_to) \
NS_IMETHOD GetType(uint32_t *aType) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetType(aType); } \
NS_IMETHOD SetType(uint32_t aType) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetType(aType); } \
NS_IMETHOD GetUri(nsACString & aUri) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetUri(aUri); } \
NS_IMETHOD SetUri(const nsACString & aUri) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetUri(aUri); } \
NS_IMETHOD GetOperationListener(calIOperationListener * *aOperationListener) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOperationListener(aOperationListener); } \
NS_IMETHOD SetOperationListener(calIOperationListener *aOperationListener) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOperationListener(aOperationListener); } \
NS_IMETHOD GetResponseListener(calIGenericOperationListener * *aResponseListener) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetResponseListener(aResponseListener); } \
NS_IMETHOD SetResponseListener(calIGenericOperationListener *aResponseListener) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetResponseListener(aResponseListener); } \
NS_IMETHOD GetCalendar(calIGoogleCalendar * *aCalendar) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCalendar(aCalendar); } \
NS_IMETHOD SetCalendar(calIGoogleCalendar *aCalendar) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCalendar(aCalendar); } \
NS_IMETHOD GetDestinationCal(calICalendar * *aDestinationCal) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDestinationCal(aDestinationCal); } \
NS_IMETHOD SetDestinationCal(calICalendar *aDestinationCal) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetDestinationCal(aDestinationCal); } \
NS_IMETHOD GetReauthenticate(bool *aReauthenticate) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetReauthenticate(aReauthenticate); } \
NS_IMETHOD SetReauthenticate(bool aReauthenticate) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetReauthenticate(aReauthenticate); } \
NS_IMETHOD GetItemRangeStart(calIDateTime * *aItemRangeStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetItemRangeStart(aItemRangeStart); } \
NS_IMETHOD SetItemRangeStart(calIDateTime *aItemRangeStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetItemRangeStart(aItemRangeStart); } \
NS_IMETHOD GetItemRangeEnd(calIDateTime * *aItemRangeEnd) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetItemRangeEnd(aItemRangeEnd); } \
NS_IMETHOD SetItemRangeEnd(calIDateTime *aItemRangeEnd) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetItemRangeEnd(aItemRangeEnd); } \
NS_IMETHOD GetItemFilter(uint32_t *aItemFilter) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetItemFilter(aItemFilter); } \
NS_IMETHOD SetItemFilter(uint32_t aItemFilter) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetItemFilter(aItemFilter); } \
NS_IMETHOD GetItemId(nsACString & aItemId) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetItemId(aItemId); } \
NS_IMETHOD SetItemId(const nsACString & aItemId) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetItemId(aItemId); } \
NS_IMETHOD GetUseCache(bool *aUseCache) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetUseCache(aUseCache); } \
NS_IMETHOD SetUseCache(bool aUseCache) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetUseCache(aUseCache); } \
NS_IMETHOD GetNewItem(calIItemBase * *aNewItem) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetNewItem(aNewItem); } \
NS_IMETHOD SetNewItem(calIItemBase *aNewItem) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetNewItem(aNewItem); } \
NS_IMETHOD GetOldItem(calIItemBase * *aOldItem) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOldItem(aOldItem); } \
NS_IMETHOD SetOldItem(calIItemBase *aOldItem) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOldItem(aOldItem); } \
NS_IMETHOD SetUploadData(const nsACString & aContentType, const nsACString & aData) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetUploadData(aContentType, aData); } \
NS_IMETHOD AddQueryParameter(const nsACString & aKey, const nsACString & aValue) { return !_to ? NS_ERROR_NULL_POINTER : _to->AddQueryParameter(aKey, aValue); } \
NS_IMETHOD Commit(calIGoogleSession *aSession) { return !_to ? NS_ERROR_NULL_POINTER : _to->Commit(aSession); } \
NS_IMETHOD Fail(uint32_t aCode, const nsACString & aMessage) { return !_to ? NS_ERROR_NULL_POINTER : _to->Fail(aCode, aMessage); } \
NS_IMETHOD Succeed(const nsACString & aMessage) { return !_to ? NS_ERROR_NULL_POINTER : _to->Succeed(aMessage); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class _MYCLASS_ : public calIGoogleRequest
{
public:
NS_DECL_ISUPPORTS
NS_DECL_CALIGOOGLEREQUEST
_MYCLASS_();
private:
~_MYCLASS_();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(_MYCLASS_, calIGoogleRequest)
_MYCLASS_::_MYCLASS_()
{
/* member initializers and constructor code */
}
_MYCLASS_::~_MYCLASS_()
{
/* destructor code */
}
/* attribute uint32_t type; */
NS_IMETHODIMP _MYCLASS_::GetType(uint32_t *aType)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP _MYCLASS_::SetType(uint32_t aType)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute AUTF8String uri; */
NS_IMETHODIMP _MYCLASS_::GetUri(nsACString & aUri)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP _MYCLASS_::SetUri(const nsACString & aUri)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute calIOperationListener operationListener; */
NS_IMETHODIMP _MYCLASS_::GetOperationListener(calIOperationListener * *aOperationListener)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP _MYCLASS_::SetOperationListener(calIOperationListener *aOperationListener)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute calIGenericOperationListener responseListener; */
NS_IMETHODIMP _MYCLASS_::GetResponseListener(calIGenericOperationListener * *aResponseListener)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP _MYCLASS_::SetResponseListener(calIGenericOperationListener *aResponseListener)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute calIGoogleCalendar calendar; */
NS_IMETHODIMP _MYCLASS_::GetCalendar(calIGoogleCalendar * *aCalendar)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP _MYCLASS_::SetCalendar(calIGoogleCalendar *aCalendar)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute calICalendar destinationCal; */
NS_IMETHODIMP _MYCLASS_::GetDestinationCal(calICalendar * *aDestinationCal)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP _MYCLASS_::SetDestinationCal(calICalendar *aDestinationCal)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean reauthenticate; */
NS_IMETHODIMP _MYCLASS_::GetReauthenticate(bool *aReauthenticate)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP _MYCLASS_::SetReauthenticate(bool aReauthenticate)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute calIDateTime itemRangeStart; */
NS_IMETHODIMP _MYCLASS_::GetItemRangeStart(calIDateTime * *aItemRangeStart)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP _MYCLASS_::SetItemRangeStart(calIDateTime *aItemRangeStart)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute calIDateTime itemRangeEnd; */
NS_IMETHODIMP _MYCLASS_::GetItemRangeEnd(calIDateTime * *aItemRangeEnd)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP _MYCLASS_::SetItemRangeEnd(calIDateTime *aItemRangeEnd)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute unsigned long itemFilter; */
NS_IMETHODIMP _MYCLASS_::GetItemFilter(uint32_t *aItemFilter)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP _MYCLASS_::SetItemFilter(uint32_t aItemFilter)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute AUTF8String itemId; */
NS_IMETHODIMP _MYCLASS_::GetItemId(nsACString & aItemId)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP _MYCLASS_::SetItemId(const nsACString & aItemId)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean useCache; */
NS_IMETHODIMP _MYCLASS_::GetUseCache(bool *aUseCache)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP _MYCLASS_::SetUseCache(bool aUseCache)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute calIItemBase newItem; */
NS_IMETHODIMP _MYCLASS_::GetNewItem(calIItemBase * *aNewItem)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP _MYCLASS_::SetNewItem(calIItemBase *aNewItem)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute calIItemBase oldItem; */
NS_IMETHODIMP _MYCLASS_::GetOldItem(calIItemBase * *aOldItem)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP _MYCLASS_::SetOldItem(calIItemBase *aOldItem)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void setUploadData (in AUTF8String aContentType, in AUTF8String aData); */
NS_IMETHODIMP _MYCLASS_::SetUploadData(const nsACString & aContentType, const nsACString & aData)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void addQueryParameter (in AUTF8String aKey, in AUTF8String aValue); */
NS_IMETHODIMP _MYCLASS_::AddQueryParameter(const nsACString & aKey, const nsACString & aValue)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void commit (in calIGoogleSession aSession); */
NS_IMETHODIMP _MYCLASS_::Commit(calIGoogleSession *aSession)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void fail (in uint32_t aCode, in AUTF8String aMessage); */
NS_IMETHODIMP _MYCLASS_::Fail(uint32_t aCode, const nsACString & aMessage)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void succeed (in AUTF8String aMessage); */
NS_IMETHODIMP _MYCLASS_::Succeed(const nsACString & aMessage)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_calIGoogleRequest_h__ */
|