bug 325325: correcting calIOperationListener MOVE->MODIFY, calIAttendee documentation. patch by daniel.boelzle@sun.com, r=mvl

This commit is contained in:
mvl%exedo.nl 2006-02-02 15:00:57 +00:00
parent 4e901494fc
commit 34a9e1faf6
2 changed files with 5 additions and 5 deletions

View File

@ -58,9 +58,9 @@ interface calIAttendee : nsISupports
/**
* CHAIR
* REQUIRED_PARTICIPANT
* OPTIONAL_PARTICIPANT
* NON_PARTICIPANT
* REQ-PARTICIPANT
* OPT-PARTICIPANT
* NON-PARTICIPANT
*/
attribute AUTF8String role;
@ -71,7 +71,7 @@ interface calIAttendee : nsISupports
* TENTATIVE
* DELEGATED
* COMPLETED
* INPROCESS
* IN-PROCESS
*/
attribute AUTF8String participationStatus;

View File

@ -413,7 +413,7 @@ interface calIOperationListener : nsISupports
in string aId,
in nsIVariant aDetail);
const unsigned long ADD = 1;
const unsigned long MOVE = 2;
const unsigned long MODIFY = 2;
const unsigned long DELETE = 3;
const unsigned long GET = 4;