Author: fmantek
Date: Tue Sep 18 05:11:32 2007
New Revision: 259

Modified:
   trunk/clients/cs/src/gcalendar/eventfeed.cs

Log:
removed the parsing overload as it is not required anymore

Modified: trunk/clients/cs/src/gcalendar/eventfeed.cs
==============================================================================
--- trunk/clients/cs/src/gcalendar/eventfeed.cs (original)
+++ trunk/clients/cs/src/gcalendar/eventfeed.cs Tue Sep 18 05:11:32 2007
@@ -167,30 +167,5 @@
         {
             return new EventEntry();
         }
-
-
-
-        /// <summary>
-        /// get's called after we already handled the custom entry, to handle 
all 
-        /// other potential parsing tasks
-        /// </summary>
-        /// <param name="e">the element throwing the event</param>
-        /// <param name="parser">the atom feed parser used</param>
-        protected override void 
HandleExtensionElements(ExtensionElementEventArgs e, AtomFeedParser parser)
-        {
-            Tracing.TraceMsg("\t HandleExtensionElements for CalendarFeed 
called");
-            // the base implementation handles all things registered with 
AddExtension
-            base.HandleExtensionElements(e, parser);
-
-            if (String.Compare(e.ExtensionElement.NamespaceURI, 
BaseNameTable.gNamespace, true) == 0)
-            {
-                if (e.ExtensionElement.LocalName == 
GDataParserNameTable.XmlExtendedPropertyElement)
-                {
-                    ExtendedProperty prop = 
ExtendedProperty.Parse(e.ExtensionElement); 
-                    e.Base.ExtensionElements.Add(prop); 
-                    e.DiscardEntry = true;
-                }
-            }
-        }
     }
 }

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to