diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 16:15:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 16:15:42 -0600 |
commit | d5b298be14c173d62e8fbc6a3803ba8f657f3dcb (patch) | |
tree | 3b542e6db3d76b64d4d58b49381328fae2035122 /kresources/groupwise/soap/soapStub.h | |
parent | 716a5de8870d7c02bb4d0aed72f30291b17b763a (diff) | |
download | tdepim-d5b298be14c173d62e8fbc6a3803ba8f657f3dcb.tar.gz tdepim-d5b298be14c173d62e8fbc6a3803ba8f657f3dcb.zip |
Fix a few strings that contain Status
Diffstat (limited to 'kresources/groupwise/soap/soapStub.h')
-rw-r--r-- | kresources/groupwise/soap/soapStub.h | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/kresources/groupwise/soap/soapStub.h b/kresources/groupwise/soap/soapStub.h index f41b9f7a7..5566ba0ba 100644 --- a/kresources/groupwise/soap/soapStub.h +++ b/kresources/groupwise/soap/soapStub.h @@ -31,7 +31,7 @@ enum ngwt__MessageTypeList {Appointment = 1, CalendarItem = 2, DocumentReference #ifndef SOAP_TYPE_ngwe__FieldList #define SOAP_TYPE_ngwe__FieldList (339) /* Bimask ngwe:FieldList */ -enum ngwe__FieldList {AcceptLevel = 1, Alarm = 2, AllDayEvent = 4, Attachment = 8, Category = 16, Classification = 32, Contact = 64, DueDate = 128, Duration = 256, EmailAddress = 512, ExpirationDate = 1024, Hidden = 2048, IMAddress = 4096, MessageBody = 8192, Name = 16384, Organization = 32768, Owner = 65536, PersonalSubject = 131072, PhoneNumber = 262144, Place = 524288, PostalAddress = 1048576, RecipienStatus = 2097152, Rights = 4194304, Security = 8388608, SendPriority = 16777216, StartDate = 33554432, Subject = 67108864, TaskCategory = 134217728, TaskPriority = 268435456}; +enum ngwe__FieldList {AcceptLevel = 1, Alarm = 2, AllDayEvent = 4, Attachment = 8, Category = 16, Classification = 32, Contact = 64, DueDate = 128, Duration = 256, EmailAddress = 512, ExpirationDate = 1024, Hidden = 2048, IMAddress = 4096, MessageBody = 8192, Name = 16384, Organization = 32768, Owner = 65536, PersonalSubject = 131072, PhoneNumber = 262144, Place = 524288, PostalAddress = 1048576, RecipientStatus = 2097152, Rights = 4194304, Security = 8388608, SendPriority = 16777216, StartDate = 33554432, Subject = 67108864, TaskCategory = 134217728, TaskPriority = 268435456}; #endif #ifndef SOAP_TYPE_ngwe__ItemTypeList @@ -265,7 +265,7 @@ enum ngwe__EventType {AddressBookAdd = 0, AddressBookDelete = 1, AddressBookModi #ifndef SOAP_TYPE_ngwe__Field #define SOAP_TYPE_ngwe__Field (389) /* ngwe:Field */ -enum ngwe__Field {AcceptLevel_ = 0, Alarm_ = 1, AllDayEvent_ = 2, Attachment_ = 3, Category__ = 4, Classification_ = 5, Contact___ = 6, DueDate_ = 7, Duration_ = 8, EmailAddress_ = 9, ExpirationDate_ = 10, Hidden_ = 11, IMAddress_ = 12, MessageBody_ = 13, Name_ = 14, Organization___ = 15, Owner_ = 16, PersonalSubject_ = 17, PhoneNumber_ = 18, Place_ = 19, PostalAddress_ = 20, RecipienStatus_ = 21, Rights_ = 22, Security_ = 23, SendPriority_ = 24, StartDate_ = 25, Subject_ = 26, TaskCategory_ = 27, TaskPriority_ = 28}; +enum ngwe__Field {AcceptLevel_ = 0, Alarm_ = 1, AllDayEvent_ = 2, Attachment_ = 3, Category__ = 4, Classification_ = 5, Contact___ = 6, DueDate_ = 7, Duration_ = 8, EmailAddress_ = 9, ExpirationDate_ = 10, Hidden_ = 11, IMAddress_ = 12, MessageBody_ = 13, Name_ = 14, Organization___ = 15, Owner_ = 16, PersonalSubject_ = 17, PhoneNumber_ = 18, Place_ = 19, PostalAddress_ = 20, RecipientStatus_ = 21, Rights_ = 22, Security_ = 23, SendPriority_ = 24, StartDate_ = 25, Subject_ = 26, TaskCategory_ = 27, TaskPriority_ = 28}; #endif #ifndef SOAP_TYPE_ngwe__ItemType @@ -1764,10 +1764,10 @@ public: }; #endif -#ifndef SOAP_TYPE_ngwt__RecipienStatus -#define SOAP_TYPE_ngwt__RecipienStatus (123) -/* ngwt:RecipienStatus */ -class SOAP_CMAC ngwt__RecipienStatus +#ifndef SOAP_TYPE_ngwt__RecipientStatus +#define SOAP_TYPE_ngwt__RecipientStatus (123) +/* ngwt:RecipientStatus */ +class SOAP_CMAC ngwt__RecipientStatus { public: char *delivered; /* optional element of type xsd:string */ @@ -1783,8 +1783,8 @@ public: char *deleted; /* optional element of type xsd:string */ char *undeleted; /* optional element of type xsd:string */ char *purged; /* optional element of type xsd:string */ - class ngwt__CommenStatus *accepted; /* optional element of type ngwt:CommenStatus */ - ngwt__CommenStatus *declined; /* optional element of type ngwt:CommenStatus */ + class ngwt__CommentStatus *accepted; /* optional element of type ngwt:CommentStatus */ + ngwt__CommentStatus *declined; /* optional element of type ngwt:CommentStatus */ char *replied; /* optional element of type xsd:string */ char *forwarded; /* optional element of type xsd:string */ char *shared; /* optional element of type xsd:string */ @@ -1795,15 +1795,15 @@ public: std::vector<class ngwt__DelegateeStatus * >delegateeStatus; /* optional element of type ngwt:DelegateeStatus */ struct soap *soap; /* transient */ public: - virtual int soap_type() const { return 123; } /* = unique id SOAP_TYPE_ngwt__RecipienStatus */ + virtual int soap_type() const { return 123; } /* = unique id SOAP_TYPE_ngwt__RecipientStatus */ virtual void soap_default(struct soap*); virtual void soap_serialize(struct soap*) const; virtual int soap_put(struct soap*, const char*, const char*) const; virtual int soap_out(struct soap*, const char*, int, const char*) const; virtual void *soap_get(struct soap*, const char*, const char*); virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__RecipienStatus() { } - virtual ~ngwt__RecipienStatus() { } + ngwt__RecipientStatus() { } + virtual ~ngwt__RecipientStatus() { } }; #endif @@ -6386,25 +6386,25 @@ public: }; #endif -#ifndef SOAP_TYPE_ngwt__CommenStatus -#define SOAP_TYPE_ngwt__CommenStatus (40) -/* Primitive ngwt:CommenStatus schema type: */ -class SOAP_CMAC ngwt__CommenStatus +#ifndef SOAP_TYPE_ngwt__CommentStatus +#define SOAP_TYPE_ngwt__CommentStatus (40) +/* Primitive ngwt:CommentStatus schema type: */ +class SOAP_CMAC ngwt__CommentStatus { public: char *__item; std::string *comment; /* optional attribute */ struct soap *soap; /* transient */ public: - virtual int soap_type() const { return 40; } /* = unique id SOAP_TYPE_ngwt__CommenStatus */ + virtual int soap_type() const { return 40; } /* = unique id SOAP_TYPE_ngwt__CommentStatus */ virtual void soap_default(struct soap*); virtual void soap_serialize(struct soap*) const; virtual int soap_put(struct soap*, const char*, const char*) const; virtual int soap_out(struct soap*, const char*, int, const char*) const; virtual void *soap_get(struct soap*, const char*, const char*); virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__CommenStatus() { } - virtual ~ngwt__CommenStatus() { } + ngwt__CommentStatus() { } + virtual ~ngwt__CommentStatus() { } }; #endif @@ -6460,7 +6460,7 @@ public: class SOAP_CMAC ngwt__DelegatedStatus { public: - ngwt__CommenStatus *__item; + ngwt__CommentStatus *__item; std::string *userid; /* optional attribute */ struct soap *soap; /* transient */ public: @@ -6479,7 +6479,7 @@ public: #ifndef SOAP_TYPE_ngwt__DelegateeStatus #define SOAP_TYPE_ngwt__DelegateeStatus (53) /* ngwt:DelegateeStatus */ -class SOAP_CMAC ngwt__DelegateeStatus : public ngwt__RecipienStatus +class SOAP_CMAC ngwt__DelegateeStatus : public ngwt__RecipientStatus { public: std::string *userid; /* optional attribute */ @@ -6774,7 +6774,7 @@ class SOAP_CMAC ngwt__Recipient : public ngwt__NameAndEmail public: enum ngwt__DistributionType distType; /* optional element of type ngwt:DistributionType */ enum ngwt__RecipientType recipType; /* optional element of type ngwt:RecipientType */ - ngwt__RecipienStatus *recipienStatus; /* optional element of type ngwt:RecipienStatus */ + ngwt__RecipientStatus *recipientStatus; /* optional element of type ngwt:RecipientStatus */ enum ngwt__AcceptLevel *acceptLevel; /* optional element of type ngwt:AcceptLevel */ public: virtual int soap_type() const { return 121; } /* = unique id SOAP_TYPE_ngwt__Recipient */ @@ -6792,7 +6792,7 @@ public: #ifndef SOAP_TYPE_ngwt__TransferFailedStatus #define SOAP_TYPE_ngwt__TransferFailedStatus (154) /* ngwt:TransferFailedStatus */ -class SOAP_CMAC ngwt__TransferFailedStatus : public ngwt__RecipienStatus +class SOAP_CMAC ngwt__TransferFailedStatus : public ngwt__RecipientStatus { public: std::string *FailureReason; /* optional attribute */ |