summary refs log tree commit diff stats
path: root/bouml/a.prj
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-11-28 16:23:54 +0100
committerhut <hut@lavabit.com>2009-11-28 16:23:54 +0100
commit419e4aa53fc99c29dce66cd46b7f894efd2d57a8 (patch)
treee547103e4b71fd63fc57d5ae0c2f98c3d7e0525a /bouml/a.prj
parenta66c4a26f79d71210422f7d977b892d5a700dae8 (diff)
downloadranger-419e4aa53fc99c29dce66cd46b7f894efd2d57a8.tar.gz
blub
Diffstat (limited to 'bouml/a.prj')
-rw-r--r--bouml/a.prj47
1 files changed, 47 insertions, 0 deletions
diff --git a/bouml/a.prj b/bouml/a.prj
index bac9648a..a2f2a6e5 100644
--- a/bouml/a.prj
+++ b/bouml/a.prj
@@ -1046,6 +1046,29 @@ ${docstring}${body}
 	relation_ref 150402 // <aggregation>
       end
 
+      operation 139010 "load_once"
+	public explicit_return_type ""
+	nparams 0
+	
+	
+	
+	python_def "${@}${static}${abstract}def ${name}${(}${)}:
+${docstring}${body}
+"
+	
+      end
+
+      operation 139138 "load_if_outdated"
+	public explicit_return_type ""
+	nparams 0
+	
+	
+	
+	python_def "${@}${static}${abstract}def ${name}${(}${)}:
+${docstring}${body}
+"
+	
+      end
     end
 
     class 136450 "File"
@@ -1099,6 +1122,30 @@ ${docstring}${body}
 	
       end
 
+      operation 139266 "load_content_once"
+	public explicit_return_type ""
+	nparams 0
+	
+	
+	
+	python_def "${@}${static}${abstract}def ${name}${(}${)}:
+${docstring}${body}
+"
+	
+      end
+
+      operation 139394 "load_content_if_outdated"
+	public explicit_return_type ""
+	nparams 0
+	
+	
+	
+	python_def "${@}${static}${abstract}def ${name}${(}${)}:
+${docstring}${body}
+"
+	
+      end
+
       operation 138498 "move_pointer"
 	public explicit_return_type ""
 	nparams 0
h=v1.8.1&id=0654d6d093f8e78033b9dcafcb52bbdcd92aed0c'>^
f07bb12f ^














1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107