~ubuntu-branches/ubuntu/quantal/lightning-extension/quantal-security

« back to all changes in this revision

Viewing changes to calendar/base/public/calIItemBase.idl

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-01-12 15:28:46 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20120112152846-ib27rzd0zldftoql
Tags: 1.2~b1+build1-0ubuntu1
* New upstream release from the beta channel (CALENDAR_1_2b1_BUILD1)
* Refresh debian/patches/01_no_sunbird.patch
* Bump maxVersion for lightning to 10.*, but drop changes to non-binary
  addons (gdata-provider / timezones) as these aren't needed anymore
  - update debian/patches/03_maxversion_override.patch
* Add some additional mailnews makefiles to the tarball, to make the build
  system not sad anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
interface nsIPropertyBag;
46
46
 
 
47
interface calIItemACLEntry;
47
48
interface calIAlarm;
48
49
interface calIAttachment;
49
50
interface calIAttendee;
95
96
   */
96
97
  boolean hasSameIds(in calIItemBase aItem);
97
98
 
 
99
  /**
 
100
   * Returns the acl entry associated to the item.
 
101
   */
 
102
  readonly attribute calIItemACLEntry aclEntry;
 
103
 
98
104
  //
99
105
  // the generation number of this item
100
106
  //