Fixed broken comparison and added stub for processMeeting...

This commit is contained in:
Ludovic Marcotte
2014-01-14 10:49:55 -05:00
parent 02992a7018
commit 645c718dfa

View File

@@ -137,7 +137,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// 14 User-created Contacts folder
// 15 User-created Tasks folder
//
switch (type == 12)
switch (type)
{
case 12:
{
@@ -556,6 +556,16 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
}
//
//
//
- (void) processMeetingResponse: (id <DOMElement>) theDocumentElement
inResponse: (WOResponse *) theResponse
{
}
//
// <?xml version="1.0"?>
// <!DOCTYPE ActiveSync PUBLIC "-//MICROSOFT//DTD ActiveSync//EN" "http://www.microsoft.com/">