[Redbutton-devel] SF.net SVN: redbutton: [266] redbutton-browser/trunk
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-03-28 15:59:11
|
Revision: 266
http://svn.sourceforge.net/redbutton/?rev=266&view=rev
Author: skilvington
Date: 2007-03-28 08:59:10 -0700 (Wed, 28 Mar 2007)
Log Message:
-----------
rb-download caches everything
Modified Paths:
--------------
redbutton-browser/trunk/ApplicationClass.c
redbutton-browser/trunk/BitmapClass.c
redbutton-browser/trunk/DynamicLineArtClass.c
redbutton-browser/trunk/EntryFieldClass.c
redbutton-browser/trunk/HyperTextClass.c
redbutton-browser/trunk/RectangleClass.c
redbutton-browser/trunk/RootClass.c
redbutton-browser/trunk/SceneClass.c
redbutton-browser/trunk/SliderClass.c
redbutton-browser/trunk/StreamClass.c
redbutton-browser/trunk/TextClass.c
redbutton-browser/trunk/TokenGroupClass.c
redbutton-browser/trunk/VideoClass.c
Modified: redbutton-browser/trunk/ApplicationClass.c
===================================================================
--- redbutton-browser/trunk/ApplicationClass.c 2007-03-28 15:18:40 UTC (rev 265)
+++ redbutton-browser/trunk/ApplicationClass.c 2007-03-28 15:59:10 UTC (rev 266)
@@ -219,7 +219,11 @@
ApplicationClass_Deactivation(a);
}
-/*TODO caching */
+ /*
+ * spec says we should handle caching here
+ * rb-download caches everything
+ */
+
free_ApplicationClassInstanceVars(&a->inst);
/* generate an IsDeleted event */
@@ -232,10 +236,8 @@
void
ApplicationClass_SetCachePriority(ApplicationClass *t, SetCachePriority *params, OctetString *caller_gid)
{
- verbose("ApplicationClass: %s; SetCachePriority", ExternalReference_name(&t->rootClass.inst.ref));
+ verbose("ApplicationClass: %s; SetCachePriority (ignored)", ExternalReference_name(&t->rootClass.inst.ref));
-/* TODO */
-printf("TODO: ApplicationClass_SetCachePriority not yet implemented\n");
return;
}
Modified: redbutton-browser/trunk/BitmapClass.c
===================================================================
--- redbutton-browser/trunk/BitmapClass.c 2007-03-28 15:18:40 UTC (rev 265)
+++ redbutton-browser/trunk/BitmapClass.c 2007-03-28 15:59:10 UTC (rev 266)
@@ -145,7 +145,11 @@
BitmapClass_Deactivation(t);
}
-/* TODO caching */
+ /*
+ * spec says we should handle caching here
+ * rb-download caches everything
+ */
+
free_BitmapClassInstanceVars(&t->inst);
/* generate an IsDeleted event */
Modified: redbutton-browser/trunk/DynamicLineArtClass.c
===================================================================
--- redbutton-browser/trunk/DynamicLineArtClass.c 2007-03-28 15:18:40 UTC (rev 265)
+++ redbutton-browser/trunk/DynamicLineArtClass.c 2007-03-28 15:59:10 UTC (rev 266)
@@ -101,7 +101,11 @@
DynamicLineArtClass_Deactivation(t);
}
-/* TODO caching */
+ /*
+ * spec says we should handle caching here
+ * rb-download caches everything
+ */
+
free_LineArtClassInstanceVars(&t->inst);
/* generate an IsDeleted event */
Modified: redbutton-browser/trunk/EntryFieldClass.c
===================================================================
--- redbutton-browser/trunk/EntryFieldClass.c 2007-03-28 15:18:40 UTC (rev 265)
+++ redbutton-browser/trunk/EntryFieldClass.c 2007-03-28 15:59:10 UTC (rev 266)
@@ -218,7 +218,11 @@
EntryFieldClass_Deactivation(t);
}
-/* TODO caching */
+ /*
+ * spec says we should handle caching here
+ * rb-download caches everything
+ */
+
free_EntryFieldClassInstanceVars(&t->inst);
/* generate an IsDeleted event */
Modified: redbutton-browser/trunk/HyperTextClass.c
===================================================================
--- redbutton-browser/trunk/HyperTextClass.c 2007-03-28 15:18:40 UTC (rev 265)
+++ redbutton-browser/trunk/HyperTextClass.c 2007-03-28 15:59:10 UTC (rev 266)
@@ -222,7 +222,11 @@
HyperTextClass_Deactivation(t);
}
-/* TODO caching */
+ /*
+ * spec says we should handle caching here
+ * rb-download caches everything
+ */
+
free_HyperTextClassInstanceVars(&t->inst);
/* generate an IsDeleted event */
Modified: redbutton-browser/trunk/RectangleClass.c
===================================================================
--- redbutton-browser/trunk/RectangleClass.c 2007-03-28 15:18:40 UTC (rev 265)
+++ redbutton-browser/trunk/RectangleClass.c 2007-03-28 15:59:10 UTC (rev 266)
@@ -91,7 +91,11 @@
RectangleClass_Deactivation(t);
}
-/* TODO caching */
+ /*
+ * spec says we should handle caching here
+ * rb-download caches everything
+ */
+
free_LineArtClassInstanceVars(&t->inst);
/* generate an IsDeleted event */
Modified: redbutton-browser/trunk/RootClass.c
===================================================================
--- redbutton-browser/trunk/RootClass.c 2007-03-28 15:18:40 UTC (rev 265)
+++ redbutton-browser/trunk/RootClass.c 2007-03-28 15:59:10 UTC (rev 266)
@@ -223,7 +223,10 @@
RootClass_Deactivation(r);
}
-/* TODO caching */
+ /*
+ * spec says we should handle caching here
+ * rb-download caches everything
+ */
/* generate an IsDeleted event */
r->inst.AvailabilityStatus = false;
Modified: redbutton-browser/trunk/SceneClass.c
===================================================================
--- redbutton-browser/trunk/SceneClass.c 2007-03-28 15:18:40 UTC (rev 265)
+++ redbutton-browser/trunk/SceneClass.c 2007-03-28 15:59:10 UTC (rev 266)
@@ -186,7 +186,11 @@
SceneClass_Deactivation(s);
}
-/* TODO caching */
+ /*
+ * spec says we should handle caching here
+ * rb-download caches everything
+ */
+
free_SceneClassInstanceVars(&s->inst);
/* generate an IsDeleted event */
@@ -199,10 +203,8 @@
void
SceneClass_SetCachePriority(SceneClass *t, SetCachePriority *params, OctetString *caller_gid)
{
- verbose("SceneClass: %s; SetCachePriority", ExternalReference_name(&t->rootClass.inst.ref));
+ verbose("SceneClass: %s; SetCachePriority (ignored)", ExternalReference_name(&t->rootClass.inst.ref));
-/* TODO */
-printf("TODO: SceneClass_SetCachePriority not yet implemented\n");
return;
}
Modified: redbutton-browser/trunk/SliderClass.c
===================================================================
--- redbutton-browser/trunk/SliderClass.c 2007-03-28 15:18:40 UTC (rev 265)
+++ redbutton-browser/trunk/SliderClass.c 2007-03-28 15:59:10 UTC (rev 266)
@@ -111,7 +111,11 @@
SliderClass_Deactivation(t);
}
-/* TODO caching */
+ /*
+ * spec says we should handle caching here
+ * rb-download caches everything
+ */
+
free_SliderClassInstanceVars(&t->inst);
/* generate an IsDeleted event */
Modified: redbutton-browser/trunk/StreamClass.c
===================================================================
--- redbutton-browser/trunk/StreamClass.c 2007-03-28 15:18:40 UTC (rev 265)
+++ redbutton-browser/trunk/StreamClass.c 2007-03-28 15:59:10 UTC (rev 266)
@@ -233,7 +233,12 @@
}
/* RootClass Destruction */
-/* TODO caching */
+
+ /*
+ * spec says we should handle caching here
+ * rb-download caches everything
+ */
+
free_StreamClassInstanceVars(&t->inst);
/* generate an IsDeleted event */
Modified: redbutton-browser/trunk/TextClass.c
===================================================================
--- redbutton-browser/trunk/TextClass.c 2007-03-28 15:18:40 UTC (rev 265)
+++ redbutton-browser/trunk/TextClass.c 2007-03-28 15:59:10 UTC (rev 266)
@@ -214,7 +214,11 @@
TextClass_Deactivation(t);
}
-/* TODO caching */
+ /*
+ * spec says we should handle caching here
+ * rb-download caches everything
+ */
+
free_TextClassInstanceVars(&t->inst);
/* generate an IsDeleted event */
Modified: redbutton-browser/trunk/TokenGroupClass.c
===================================================================
--- redbutton-browser/trunk/TokenGroupClass.c 2007-03-28 15:18:40 UTC (rev 265)
+++ redbutton-browser/trunk/TokenGroupClass.c 2007-03-28 15:59:10 UTC (rev 266)
@@ -114,7 +114,11 @@
if(!RootClass_Destruction(&t->rootClass))
return;
-/* TODO caching */
+ /*
+ * spec says we should handle caching here
+ * rb-download caches everything
+ */
+
free_TokenGroupClassInstanceVars(&t->inst);
return;
Modified: redbutton-browser/trunk/VideoClass.c
===================================================================
--- redbutton-browser/trunk/VideoClass.c 2007-03-28 15:18:40 UTC (rev 265)
+++ redbutton-browser/trunk/VideoClass.c 2007-03-28 15:59:10 UTC (rev 266)
@@ -151,7 +151,11 @@
VideoClass_Deactivation(t);
}
-/* TODO caching */
+ /*
+ * spec says we should handle caching here
+ * rb-download caches everything
+ */
+
free_VideoClassInstanceVars(&t->inst);
/* generate an IsDeleted event */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|