summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/Context.java
diff options
context:
space:
mode:
Diffstat (limited to 'org/madore/damlengine/Context.java')
-rw-r--r--org/madore/damlengine/Context.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/org/madore/damlengine/Context.java b/org/madore/damlengine/Context.java
index 388a076..12e2f1b 100644
--- a/org/madore/damlengine/Context.java
+++ b/org/madore/damlengine/Context.java
@@ -49,6 +49,14 @@ public class Context implements Cloneable {
}
}
+ public static class WeblogRecentSelectionContext
+ extends WeblogSelectionContext {
+ public int count;
+ public WeblogRecentSelectionContext(int count) {
+ this.count = count;
+ }
+ }
+
public WeblogSelectionContext wsc;
public static class EntryContext {