summaryrefslogtreecommitdiff
path: root/doc/latex/classcUPnPObjectFactory__coll__graph.eps
diff options
context:
space:
mode:
authorDenis Loh <denis.loh@gmail.com>2010-01-25 12:10:01 +0100
committerDenis Loh <denis.loh@gmail.com>2010-01-25 12:10:01 +0100
commit724cb5e3783311f6b8c808852dbe2de59f2399b0 (patch)
treebe1f2d617b4a3e2e156b7a2d6ba9ee335cde63cf /doc/latex/classcUPnPObjectFactory__coll__graph.eps
parent0152f33daffe3fe943d6a134409d02df7ecaa982 (diff)
downloadvdr-plugin-upnp-724cb5e3783311f6b8c808852dbe2de59f2399b0.tar.gz
vdr-plugin-upnp-724cb5e3783311f6b8c808852dbe2de59f2399b0.tar.bz2
Fixed small bug which leads to an empty TV folder
Diffstat (limited to 'doc/latex/classcUPnPObjectFactory__coll__graph.eps')
-rw-r--r--doc/latex/classcUPnPObjectFactory__coll__graph.eps710
1 files changed, 710 insertions, 0 deletions
diff --git a/doc/latex/classcUPnPObjectFactory__coll__graph.eps b/doc/latex/classcUPnPObjectFactory__coll__graph.eps
new file mode 100644
index 0000000..7ae1c30
--- /dev/null
+++ b/doc/latex/classcUPnPObjectFactory__coll__graph.eps
@@ -0,0 +1,710 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: Graphviz version 2.20.2 (Mon Mar 30 10:09:11 UTC 2009)
+%%For: (savop) savop,,,
+%%Title: G
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+ dup dup findfont dup length dict begin
+ { 1 index /FID ne { def }{ pop pop } ifelse
+ } forall
+ /Encoding EncodingVector def
+ currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+ dup 1 exch div /InvScaleFactor exch def
+ scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage { % i j npages
+ /npages exch def
+ /j exch def
+ /i exch def
+ /str 10 string def
+ npages 1 gt {
+ gsave
+ coordfont setfont
+ 0 0 moveto
+ (\() show i str cvs show (,) show j str cvs show (\)) show
+ grestore
+ } if
+} bind def
+
+/set_font {
+ findfont exch
+ scalefont setfont
+} def
+
+% draw text fitted to its expected width
+/alignedtext { % width text
+ /text exch def
+ /width exch def
+ gsave
+ width 0 gt {
+ [] 0 setdash
+ text stringwidth pop width exch sub text length div 0 text ashow
+ } if
+ grestore
+} def
+
+/boxprim { % xcorner ycorner xsize ysize
+ 4 2 roll
+ moveto
+ 2 copy
+ exch 0 rlineto
+ 0 exch rlineto
+ pop neg 0 rlineto
+ closepath
+} bind def
+
+/ellipse_path {
+ /ry exch def
+ /rx exch def
+ /y exch def
+ /x exch def
+ matrix currentmatrix
+ newpath
+ x y translate
+ rx ry scale
+ 0 0 1 0 360 arc
+ setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+ [ % layer color sequence - darkest to lightest
+ [0 0 0]
+ [.2 .8 .8]
+ [.4 .8 .8]
+ [.6 .8 .8]
+ [.8 .8 .8]
+ ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+ layercolorseq curlayer 1 sub layerlen mod get
+ aload pop sethsbcolor
+ /nodecolor {nopcolor} def
+ /edgecolor {nopcolor} def
+ /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+ /myupper exch def
+ /mylower exch def
+ curlayer mylower lt
+ curlayer myupper gt
+ or
+ {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+ userdict (<<) cvn ([) cvn load put
+ userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 228 932
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 192 896 boxprim clip newpath
+1 1 set_scale 0 rotate 40 40 translate
+% Node1
+gsave
+0.000 0.000 0.749 nodecolor
+newpath 0 0 moveto
+0 204 lineto
+120 204 lineto
+120 0 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.000 nodecolor
+newpath 0 0 moveto
+0 204 lineto
+120 204 lineto
+120 0 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+14 191 moveto 92 (cUPnPObjectFactory) alignedtext
+1 setlinewidth
+filled
+0.000 0.000 0.000 nodecolor
+newpath 0 184 moveto
+120 184 lineto
+stroke
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+8 171 moveto 56 (- mDatabase) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+8 159 moveto 57 (- mMediators) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+8 147 moveto 52 (- mInstance) alignedtext
+1 setlinewidth
+filled
+0.000 0.000 0.000 nodecolor
+newpath 0 140 moveto
+120 140 lineto
+stroke
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+8 127 moveto 85 (+ registerMediator\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+8 115 moveto 95 (+ unregisterMediator\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+8 103 moveto 71 (+ createObject\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+8 91 moveto 57 (+ getObject\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+8 79 moveto 65 (+ saveObject\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+8 67 moveto 70 (+ deleteObject\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+8 55 moveto 65 (+ clearObject\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+8 43 moveto 66 (+ getInstance\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+8 31 moveto 87 (- findMediatorByID\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+8 19 moveto 102 (- findMediatorByClass\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+8 7 moveto 104 (- cUPnPObjectFactory\(\)) alignedtext
+grestore
+% Node1->Node1
+gsave
+1 setlinewidth
+dashed
+0.776 0.753 0.804 edgecolor
+newpath 129 120 moveto
+135 116 138 110 138 102 curveto
+138 90 131 83 120 80 curveto
+stroke
+0.776 0.753 0.804 edgecolor
+newpath 120 124 moveto
+127.31 115.83 lineto
+124.57 121.97 lineto
+129.14 119.94 lineto
+129.14 119.94 lineto
+129.14 119.94 lineto
+124.57 121.97 lineto
+130.97 124.05 lineto
+120 124 lineto
+closepath fill
+1 setlinewidth
+solid
+0.776 0.753 0.804 edgecolor
+newpath 120 124 moveto
+127.31 115.83 lineto
+124.57 121.97 lineto
+129.14 119.94 lineto
+129.14 119.94 lineto
+129.14 119.94 lineto
+124.57 121.97 lineto
+130.97 124.05 lineto
+120 124 lineto
+closepath stroke
+0.000 0.000 0.000 edgecolor
+10 /FreeSans set_font
+138 99 moveto 46 (mInstance) alignedtext
+grestore
+% Node2
+gsave
+[ /Rect [ 2 252 118 564 ]
+ /Border [ 0 0 0 ]
+ /Action << /Subtype /URI /URI ($classcSQLiteDatabase.html) >>
+ /Subtype /Link
+/ANN pdfmark
+0.000 0.000 1.000 nodecolor
+newpath 2 252 moveto
+2 564 lineto
+119 564 lineto
+119 252 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.000 nodecolor
+newpath 2 252 moveto
+2 564 lineto
+119 564 lineto
+119 252 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+21.5 551 moveto 77 (cSQLiteDatabase) alignedtext
+1 setlinewidth
+filled
+0.000 0.000 0.000 nodecolor
+newpath 2 544 moveto
+119 544 lineto
+stroke
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+9.5 531 moveto 68 (- mAutoCommit) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+9.5 519 moveto 92 (- mActiveTransaction) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+9.5 507 moveto 52 (- mLastRow) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+9.5 495 moveto 38 (- mRows) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+9.5 483 moveto 56 (- mDatabase) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+9.5 471 moveto 52 (- mInstance) alignedtext
+1 setlinewidth
+filled
+0.000 0.000 0.000 nodecolor
+newpath 2 464 moveto
+119 464 lineto
+stroke
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+9.5 451 moveto 98 (+ ~cSQLiteDatabase\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+9.5 439 moveto 82 (+ getResultCount\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+9.5 427 moveto 101 (+ getLastInsertRowID\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+9.5 415 moveto 80 (+ getResultRows\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+9.5 403 moveto 81 (+ execStatement\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+9.5 391 moveto 85 (+ startTransaction\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+9.5 379 moveto 98 (+ commitTransaction\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+9.5 367 moveto 99 (+ rollbackTransaction\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+9.5 355 moveto 83 (+ setAutoCommit\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+9.5 343 moveto 42 (+ sprintf\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+9.5 331 moveto 66 (+ getInstance\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+9.5 319 moveto 89 (- cSQLiteDatabase\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+9.5 307 moveto 47 (- initialize\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+9.5 295 moveto 76 (- initializeTables\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+9.5 283 moveto 82 (- initializeTriggers\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+9.5 271 moveto 33 (- exec\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+9.5 259 moveto 72 (- getResultRow\(\)) alignedtext
+grestore
+% Node2->Node1
+gsave
+1 setlinewidth
+dashed
+0.776 0.753 0.804 edgecolor
+newpath 60 242 moveto
+60 229 60 216 60 204 curveto
+stroke
+0.776 0.753 0.804 edgecolor
+newpath 60 252 moveto
+55.5 242 lineto
+60 247 lineto
+60 242 lineto
+60 242 lineto
+60 242 lineto
+60 247 lineto
+64.5 242 lineto
+60 252 lineto
+closepath fill
+1 setlinewidth
+solid
+0.776 0.753 0.804 edgecolor
+newpath 60 252 moveto
+55.5 242 lineto
+60 247 lineto
+60 242 lineto
+60 242 lineto
+60 242 lineto
+60 247 lineto
+64.5 242 lineto
+60 252 lineto
+closepath stroke
+0.000 0.000 0.000 edgecolor
+10 /FreeSans set_font
+60 225 moveto 50 (mDatabase) alignedtext
+grestore
+% Node2->Node2
+gsave
+1 setlinewidth
+dashed
+0.776 0.753 0.804 edgecolor
+newpath 127 433 moveto
+133 428 136 420 136 408 curveto
+136 391 129 381 119 377 curveto
+stroke
+0.776 0.753 0.804 edgecolor
+newpath 119 439 moveto
+124.3 429.4 lineto
+123 436 lineto
+127 433 lineto
+127 433 lineto
+127 433 lineto
+123 436 lineto
+129.7 436.6 lineto
+119 439 lineto
+closepath fill
+1 setlinewidth
+solid
+0.776 0.753 0.804 edgecolor
+newpath 119 439 moveto
+124.3 429.4 lineto
+123 436 lineto
+127 433 lineto
+127 433 lineto
+127 433 lineto
+123 436 lineto
+129.7 436.6 lineto
+119 439 lineto
+closepath stroke
+0.000 0.000 0.000 edgecolor
+10 /FreeSans set_font
+136 405 moveto 46 (mInstance) alignedtext
+grestore
+% Node3
+gsave
+[ /Rect [ 91 612 163 696 ]
+ /Border [ 0 0 0 ]
+ /Action << /Subtype /URI /URI ($classcRows.html) >>
+ /Subtype /Link
+/ANN pdfmark
+0.000 0.000 1.000 nodecolor
+newpath 91 612 moveto
+91 696 lineto
+163 696 lineto
+163 612 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.000 nodecolor
+newpath 91 612 moveto
+91 696 lineto
+163 696 lineto
+163 612 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+112.5 683 moveto 29 (cRows) alignedtext
+1 setlinewidth
+filled
+0.000 0.000 0.000 nodecolor
+newpath 91 676 moveto
+163 676 lineto
+stroke
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+99 663 moveto 52 (- mLastRow) alignedtext
+1 setlinewidth
+filled
+0.000 0.000 0.000 nodecolor
+newpath 91 656 moveto
+163 656 lineto
+stroke
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+99 643 moveto 50 (+ ~cRows\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+99 631 moveto 56 (+ fetchRow\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+99 619 moveto 41 (- cRows\(\)) alignedtext
+grestore
+% Node3->Node2
+gsave
+1 setlinewidth
+dashed
+0.776 0.753 0.804 edgecolor
+newpath 113 602 moveto
+110 591 106 578 103 564 curveto
+stroke
+0.776 0.753 0.804 edgecolor
+newpath 116 612 moveto
+108.82 603.71 lineto
+114.56 607.21 lineto
+113.13 602.42 lineto
+113.13 602.42 lineto
+113.13 602.42 lineto
+114.56 607.21 lineto
+117.44 601.13 lineto
+116 612 lineto
+closepath fill
+1 setlinewidth
+solid
+0.776 0.753 0.804 edgecolor
+newpath 116 612 moveto
+108.82 603.71 lineto
+114.56 607.21 lineto
+113.13 602.42 lineto
+113.13 602.42 lineto
+113.13 602.42 lineto
+114.56 607.21 lineto
+117.44 601.13 lineto
+116 612 lineto
+closepath stroke
+0.000 0.000 0.000 edgecolor
+10 /FreeSans set_font
+109 585 moveto 32 (mRows) alignedtext
+grestore
+% Node4
+gsave
+[ /Rect [ 17 744 103 888 ]
+ /Border [ 0 0 0 ]
+ /Action << /Subtype /URI /URI ($classcRow.html) >>
+ /Subtype /Link
+/ANN pdfmark
+0.000 0.000 1.000 nodecolor
+newpath 17 744 moveto
+17 888 lineto
+103 888 lineto
+103 744 lineto
+closepath fill
+1 setlinewidth
+filled
+0.000 0.000 0.000 nodecolor
+newpath 17 744 moveto
+17 888 lineto
+103 888 lineto
+103 744 lineto
+closepath stroke
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+48 875 moveto 24 (cRow) alignedtext
+1 setlinewidth
+filled
+0.000 0.000 0.000 nodecolor
+newpath 17 868 moveto
+103 868 lineto
+stroke
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+25 855 moveto 50 (- currentCol) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+25 843 moveto 46 (- ColCount) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+25 831 moveto 44 (- Columns) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+25 819 moveto 35 (- Values) alignedtext
+1 setlinewidth
+filled
+0.000 0.000 0.000 nodecolor
+newpath 17 812 moveto
+103 812 lineto
+stroke
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+25 799 moveto 45 (+ ~cRow\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+25 787 moveto 41 (+ Count\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+25 775 moveto 70 (+ fetchColumn\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+25 763 moveto 70 (+ fetchColumn\(\)) alignedtext
+0.000 0.000 0.000 nodecolor
+10 /FreeSans set_font
+25 751 moveto 36 (- cRow\(\)) alignedtext
+grestore
+% Node4->Node2
+gsave
+1 setlinewidth
+dashed
+0.776 0.753 0.804 edgecolor
+newpath 41 734 moveto
+39 721 37 709 36 696 curveto
+32 653 33 607 37 564 curveto
+stroke
+0.776 0.753 0.804 edgecolor
+newpath 43 744 moveto
+36.63 735.08 lineto
+42.02 739.1 lineto
+41.04 734.19 lineto
+41.04 734.19 lineto
+41.04 734.19 lineto
+42.02 739.1 lineto
+45.45 733.31 lineto
+43 744 lineto
+closepath fill
+1 setlinewidth
+solid
+0.776 0.753 0.804 edgecolor
+newpath 43 744 moveto
+36.63 735.08 lineto
+42.02 739.1 lineto
+41.04 734.19 lineto
+41.04 734.19 lineto
+41.04 734.19 lineto
+42.02 739.1 lineto
+45.45 733.31 lineto
+43 744 lineto
+closepath stroke
+0.000 0.000 0.000 edgecolor
+10 /FreeSans set_font
+36 651 moveto 46 (mLastRow) alignedtext
+grestore
+% Node4->Node3
+gsave
+1 setlinewidth
+dashed
+0.776 0.753 0.804 edgecolor
+newpath 94 735 moveto
+100 721 105 708 110 696 curveto
+stroke
+0.776 0.753 0.804 edgecolor
+newpath 90 744 moveto
+89.95 733.03 lineto
+92.03 739.43 lineto
+94.06 734.86 lineto
+94.06 734.86 lineto
+94.06 734.86 lineto
+92.03 739.43 lineto
+98.17 736.69 lineto
+90 744 lineto
+closepath fill
+1 setlinewidth
+solid
+0.776 0.753 0.804 edgecolor
+newpath 90 744 moveto
+89.95 733.03 lineto
+92.03 739.43 lineto
+94.06 734.86 lineto
+94.06 734.86 lineto
+94.06 734.86 lineto
+92.03 739.43 lineto
+98.17 736.69 lineto
+90 744 lineto
+closepath stroke
+0.000 0.000 0.000 edgecolor
+10 /FreeSans set_font
+100 717 moveto 46 (mLastRow) alignedtext
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 228 932
+end
+restore
+%%EOF