You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by pr...@apache.org on 2006/03/28 10:22:41 UTC

svn commit: r389439 - in /webservices/axis/site/cpp: install-guide.html install-guide.pdf

Author: prestonf
Date: Tue Mar 28 00:22:39 2006
New Revision: 389439

URL: http://svn.apache.org/viewcvs?rev=389439&view=rev
Log:
Update to doc for AxisConfiguration usage.

Modified:
    webservices/axis/site/cpp/install-guide.html
    webservices/axis/site/cpp/install-guide.pdf

Modified: webservices/axis/site/cpp/install-guide.html
URL: http://svn.apache.org/viewcvs/webservices/axis/site/cpp/install-guide.html?rev=389439&r1=389438&r2=389439&view=diff
==============================================================================
--- webservices/axis/site/cpp/install-guide.html (original)
+++ webservices/axis/site/cpp/install-guide.html Tue Mar 28 00:22:39 2006
@@ -391,7 +391,7 @@
 </p>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr class="b">
-<td>command</td><td>Description</td><td>Example</td>
+<td>Command</td><td>Description</td><td>Example</td>
 </tr>
 <tr class="a">
 <td>-acd</td><td>Directory to write axiscpp.conf once it has been configured. This overrides the '-a' value (which defines where axiscpp.conf would normally reside).</td><td>-acd c:\Axis\Different</td>
@@ -403,30 +403,21 @@
 <td>-o</td><td>Directory offset from AXISCPP_HOME to object files.</td><td>-o axis-c-1.6-Win32-bin\bin</td>
 </tr>
 <tr class="b">
-<td>-th</td><td>Transport library name. If -a and -o have both already been defined, then only the filename is required. Otherwise the fully qualified path will be required (NB: You can still override the -a and -o definitions by using a fully qualified path).</td><td>(with -a and -o defined): -th HTTPTransport.dll, (without -a and -o defined): -th c:\Axis\axis-c-1.6-Win32-bin\bin\HTTPTransport.dll</td>
-</tr>
-<tr class="a">
-<td>-c</td><td>Channel library name. If -a and -o have both already been defined, then only the filename is required. Otherwise the fully qualified path will be required (NB: You can still override the -a and -o definitions by using a fully qualified path).</td><td>(with -a and -o defined): -c HTTPChannel.dll, (without -a and -o defined): -c c:\Axis\axis-c-1.6-Win32-bin\bin\HTTPChannel.dll</td>
-</tr>
-<tr class="b">
-<td>-cs</td><td>SSL channel library name. If -a and -o have both already been defined, then only the filename is required. Otherwise the fully qualified path will be required (NB: You can still override the -a and -o definitions by using a fully qualified path).</td><td>(with -a and -o defined): -cs HTTPSSLChannel.dll, (without -a and -o defined): -cs c:\Axis\axis-c-1.6-Win32-bin\bin\HTTPSSLChannel.dll</td>
-</tr>
-<tr class="a">
 <td>-x</td><td>Xerces library name. If -a and -o have both already been defined, then only the filename is required. Otherwise the fully qualified path will be required (NB: You can still override the -a and -o definitions by using a fully qualified path).</td><td>(with -a and -o defined): -x AxisXMLParserXerces.dll, (without -a and -o defined): -x c:\Axis\axis-c-1.6-Win32-bin\bin\AxisXMLParserXerces.dll</td>
 </tr>
-<tr class="b">
+<tr class="a">
 <td>-m</td><td>Merge with existing configuration file.</td><td>-m on|off (the default is 'off' meaning 'overwrite')</td>
 </tr>
-<tr class="a">
+<tr class="b">
 <td>-pi</td><td>Change the progress information output during the construction of the configuration file.</td><td>-pi normal|quiet (the default is 'normal' meaning "give full descriptions").</td>
 </tr>
-<tr class="b">
+<tr class="a">
 <td>-b</td><td>Backup the existing configuration file before creating the new one.</td><td>-b true|false (the default is 'true').</td>
 </tr>
-<tr class="a">
+<tr class="b">
 <td>-qmf</td><td>Query for missing files. When no parameter for a filename is provided on the command line, the application will list the file options and the user then selects which file to use in the configuration file. This can be turned off using this parameter.</td><td>-qmf on|off (the default is 'on' meaning "list and then ask for file to include").</td>
 </tr>
-<tr class="b">
+<tr class="a">
 <td>-so</td><td>SSL options. Used to add a string of parameters (if) required by the version SSL.</td><td>-so "...parameter list..."</td>
 </tr>
 </table>
@@ -434,12 +425,21 @@
 </p>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr class="b">
-<td>command</td><td>Description</td><td>Example</td>
+<td>Command</td><td>Description</td><td>Example</td>
 </tr>
 <tr class="a">
-<td>-cl</td><td>Client log filename. If -a has been defined, then only the filename is required. Otherwise the fully qualified path will be required. (NB: You can still override the -a and -o definitions by using a fully qulified path). To ignore the client log, using 'ignore' instead of a filename.</td><td>(without -a defined): -cl c:\Axis\client.log.</td>
+<td>-th</td><td>Transport library name. If -a and -o have both already been defined, then only the filename is required. Otherwise the fully qualified path will be required (NB: You can still override the -a and -o definitions by using a fully qualified path).</td><td>(with -a and -o defined): -th HTTPTransport.dll, (without -a and -o defined): -th c:\Axis\axis-c-1.6-Win32-bin\bin\HTTPTransport.dll</td>
 </tr>
 <tr class="b">
+<td>-c</td><td>Channel library name. If -a and -o have both already been defined, then only the filename is required. Otherwise the fully qualified path will be required (NB: You can still override the -a and -o definitions by using a fully qualified path).</td><td>(with -a and -o defined): -c HTTPChannel.dll, (without -a and -o defined): -c c:\Axis\axis-c-1.6-Win32-bin\bin\HTTPChannel.dll</td>
+</tr>
+<tr class="a">
+<td>-cs</td><td>SSL channel library name. If -a and -o have both already been defined, then only the filename is required. Otherwise the fully qualified path will be required (NB: You can still override the -a and -o definitions by using a fully qualified path).</td><td>(with -a and -o defined): -cs HTTPSSLChannel.dll, (without -a and -o defined): -cs c:\Axis\axis-c-1.6-Win32-bin\bin\HTTPSSLChannel.dll</td>
+</tr>
+<tr class="b">
+<td>-cl</td><td>Client log filename. If -a has been defined, then only the filename is required. Otherwise the fully qualified path will be required. (NB: You can still override the -a and -o definitions by using a fully qulified path). To ignore the client log, using 'ignore' instead of a filename.</td><td>(without -a defined): -cl c:\Axis\client.log.</td>
+</tr>
+<tr class="a">
 <td>-cw</td><td>Client WSDD filename. If -a and -o have both already been defined, then only the filename is required. Otherwise the fully qualified path will be required (NB: You can still override the -a and -o definitions by using a fully qulified path).</td><td>(with -a and -o defined): -cw client.wsdd, (without -a and -o defined): -cw c:\Axis\WSDD\client.wsdd</td>
 </tr>
 </table>
@@ -447,7 +447,7 @@
 </p>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr class="b">
-<td>command</td><td>Description</td><td>Example</td>
+<td>Command</td><td>Description</td><td>Example</td>
 </tr>
 <tr class="a">
 <td>-sl</td><td>Server log filename. If -a has been defined, then only the filename is required. Otherwise the fully qualified path will be required. (NB: You can still override the -a and -o definitions by using a fully qulified path).</td><td>(with -a defined): -sl server.log, (without -a defined): -sl c:\Axis\server.log</td>

Modified: webservices/axis/site/cpp/install-guide.pdf
URL: http://svn.apache.org/viewcvs/webservices/axis/site/cpp/install-guide.pdf?rev=389439&r1=389438&r2=389439&view=diff
==============================================================================
--- webservices/axis/site/cpp/install-guide.pdf (original)
+++ webservices/axis/site/cpp/install-guide.pdf Tue Mar 28 00:22:39 2006
@@ -173,10 +173,10 @@
 >>
 endobj
 30 0 obj
-<< /Length 2246 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 2240 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gau0FlYkN9&HD156GPc16"a1A76Q625ajNFL-Do^5Wd1W5g,Co5o*`uMNe'hHqC%Q\X"fU6#>A6a1M6=meH@balr,oCUq6(X@Y0fXMr8g*<,,)Oi)H.nng>XXNAW]qu!AX/1#T;p#5&q2U0<+/shp>jKuS(`ZPP4lgo^m^Kt%B=HhWd]((=<2r/kYF4/4lGX^so+V5O&L!XJhoWjbKWS9jrmZ2'ZP!$u*Xl,YRZJ,?a(^;D1Hf"O2'2TMa-FE.DJh:!NpA)U:Eo0b.L@[a!fs7o*`\;c(e/"_.lpgVe=dJBslc\Pbl8^Gn;p7JHn^t8Jn^fUQ?p%*Rku<*;jc,cnca$:t^3cYO&"a($jFtTMZq_>dmSqLuJDQCm$_U\ggS^+0&1\%PB0(!9ds3<5[,4E1#*$\__I?F0*=jM7'P#`fSED0`jcUF*X\2je;0:DS^9lBRDnOF7jNYT[`tMbMK5T9^H'eKcj,FRpLg[-9>F'bAQRU1;:3k/?1?*l''dIpJ6MG-1gKW/AqX(EcZsBR^(e\#$;.p'-;W+#+8\1i;(:G(Ka>6n$i`Tk#`7SmXZ[s+Vb\YBNZfNN6"'Z-OcZupeWEdm\R[=HHC5)8i_9(-\e3e![)ib2n%R?T+NbT8I.XDLc:LK!ZP-/aq$s(#nM.TQ0YsFLb]NRsM1d`1aT?F&^/p2Z@grp=$BU'N_e(j<+BSZ2b-&S(dla"]*)#8@%38#=i<LV11;`2/ISY5?4<VA6;hKP&%#QQS`OO@Nm3SYb'@R`=`>Ce#"$tn#sgLqp$Xi&-ig8M:H$)^o>@u`t)(f8>ib]oV6BmSXa1Qp-[4h\V&N4t?tAH@@;/B87;&4!DL@LHtiFX%:b\J&)J(NE<=s"e+1UH_6:-9i1R,9_q,4$li&=*u'%rF>pK+KTD1Z5lEX[@OXfnt(s5U$Vg`EK`Zn+TgNb(_-$L%RSf0J5V@8n91M9+Y&afOro>^%LAao*hksQ*X\V[*r%4
 *hU_q6B6*CkEA5#CFQP%8K"sQ&\PA?R-J+tVJ460K2`O*r:`8<gL...@G>*iM`F+#R%hD*-n>p^]h;+&T;Pa]jYbfuqsYQ4R%dSIB]+&;ROE7Ce'`#MQmIN03R/W]"<5q[;k`D:4#PZ^":<O];5O0s2<L,PSmg=dl/WX:Y1u<7A7d?-q(J'dr`5,nFS[F)>9n%Z$RYS">+Y-Z0;T"DlsVs,0o0ToOLX;3X\@-L2[`b:/d+N`cil_Z)'5d"%qZ=c2.<=u<AM%/`ZAWH,PHT2j1d0516aUNq0*BtSAAg5[
 p5$"$tpb2[HK%9J;2WbbhAdTZBYjH[HcE5a]7[]q0fN,2\aZdQpiGf]:?gKX14H3d!]#(C4hY&W.%I4]dDk"SM(j[G$4XLTcXgtsS!b!u#,Mig-eGF^umo:A(EGIGgKc/0hsp)qD`UB"C.s+8spHb;%]:#MGrk`]r*%V=k3^MRpYV?ReX?q3S.:"M$L>qCu9ZRJ.W9**(Q`r#oV=4g/5n^SPu-N-2nEhdP"'^&M%jm56RPo82:;SN5a,6_LOm<KDdmQ[ltU.Y~>
+Gau0F=`<%S&:XAW&?l[:cru]ZkQhq3jCktNH=Sr=g;S@Mco,HN+cEKKa6C?G?4psRY%8!!U'ZV7E+V;Za"u>B_4*ODnU^!dUL`:Co7?@Tr1EGr*j5rji;+%+7SDq5o3ZC@PigM_a4o@\1ntSW>$V&qZg,CFJhZ2dcV%I?G2`AZN8F#FK7Fmth0`ZfC34L%Ui*4GLb7@Jkn@u]Bf%p*p9A3+6X!MI:\2+o>d:#<GJF<H"%r092a5q!*(?/$VS,7A8/3rBGGEQ<O[]Mr9AubIb0ijIMXR[u6>YFp<1aq+[CX#]*07:0dW.Gsr9&#[o\EpM--[SM:==MPQ9U&m7aIW:=f[h'5;K+VO$-r=OYmh"W,g"4l8T%\*U0d.b",l(I^#)pOqukY#JP2KGG8'KNJ(ulW-kG\Pa6[:_[ChQfZf$/3R'U=KOSIYdY^hp]C,Kk[J!%A,-P')O,kAX$nVb>6[RfuFq9Wm4qo/pXV#GrrcqM?/2(6#O_6E.O\XL3^!@A#T+,`,E&5m[G6OZ*HhE&sOE34<>_!OmDHNL+o6!?P0@i)Y_MqT,P1^1@@Q,H5aXhF@[k-*Rb>"u@[T9cXq0G%u>gjE=Ymn##P2nF"-;/F7%]_=#C.-d_!:%O@>baP^d:7uo^lYWJ[NlTqWhqkFkj%[uYpB04Q7IfPY)n\0Ej_!m9AQ5B2mH<p[a$J:Bl<ZQ[3Ks.KQ:7lX/[aB(^Fs2"PKBalSP)ja(f_\[?011AbMR:+*cEI"b<D9e&n[%CUb[^9af,6g.E?i@lPE7\5kDRC+VV=d)D!*cQpc(*:kG5eptmM;HR9^YtWK&4J<YIeB@aDdGWc0cR^2,f^[`NM?)^LSRV!q\8CRt^30Ru7kn*<q>Z%-al&5rp#r<R;(P[$EapZ.pl*PjXIChm4d;5X>.;Ib\[V0R.$'$V!*p-!=fuA`6&5M%*MZq\_HmMC"";^@!43-Y/QGc5,X2PFm#aWJ,/h1!4d8>l4Re-
 MH!='`*Qb_H`^+d)jUA-H_U(H+>c6gYQYY-D^nOZa#FmJIW!pf?#Vqs*8Y<e+...@->c]\WgaGm9jjgmdnDUm`p@`i_>d:ID!Z=>EU[Z`S+,?LILSuIi!9O=<*M.?c9ZgZIXH.H]q4c#T\7NF-oigLBu2'C4!\WKuHc3DiY,Db#Ah#On:&=9O\!kD;C(Y8[PEq-(9qJDe'".*<lRJ1$(dZSKL/"9R.ZJKe3nPRpIdC2!TdNk*%JiLOIOHk,\d*a6U2tXL'04/k4p939V`6HYfcTb]n=$_Lj)`[#1Z*b1neZK\18f?)eI<%/%eY:60b+T^AJ)Ue&_9S'>%fBb\):rd/@0#-)o/s+RA'+!:^i$rrAY%Z;Mp%Z700<[Em9?
 sPo*4s#?.!,GEh'8N_N,mW.'Le9kP>9:jXjj*msFu>a>NAbT_RXZr:!#UA*ediE^JZ0Dq]XX]m9:n#krUIOXt8hMcB*4CRO9b@QX14]^>I,:os:[hU[&.f9Z-&-Ii$&cZeC\3&1F:[6"n0DZ)j%ZD5g6hjte/X>GF`i!U0Q%Nf@;XREu,hhuTjY[5Yq!;f4e4D0EH#I[sD(RF$\'q*eH,>5%rI[j4lGN(Jm#F_^;HC:#k/SGO7a6D8^8TF+r"8eF[OT~>
 endstream
 endobj
 31 0 obj
@@ -188,10 +188,10 @@
 >>
 endobj
 32 0 obj
-<< /Length 2598 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 2803 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gau`VgQ(#J&q0LU#^NZoZdspVBh<SCK$E^71:%k:5Va2FK3G-h@:[KBV/ue"j+itq8\:g$/Zo`i0j#_:<@h1A_b7aL:B%eoI%1?=,)cg#!^DS&&:;LilE*!:!hXds"m*LT,_"YprkE(%B(Gi[jgRtE7$qEb7QBJg0Zt#g2HB`+b:!-*P4<%)n/+7*M0sZW5JKZ/$Fji]R0;AiK"QX66XE<>YbTjkTsrg(J'R3@SN"SGp9?PLbI%rEQ"dGT-84s;YKEV;hL@9Ip6_1NX.qcFJ)9`\Q_,Rt+%5D#S$j_uI2KrYbLsoo/b2W]ejadQS)*ATLRu3t7u(&dQilV-o+&n-?n02h0a/d9"A___EOO;*0^\@3-V5M',Xd*_;_o@Hq:@+T<eJ7A_'HoB!bGkqjOGk7930,+$[q$ZMYt1`lRt_)VL.GEnX#5L6`J8;/G6.ajetJ=7O8,S8^,_k?2BBql+UnU7S8T-V<]ecA&c[:hJ&.CJ4F&U>Q7(c`6CVef'J'XQE!gaKR%0_9jTM.cL,VhnHicI!EXqEH]]RFm*0;=Z-@'mp<V:hjh97Vq2q5KeMf&`J6(8lUW$r-Cb2=oPU)P4koh\e,Mb0)f)BfA6bEL'>KqVDq-5o"B63%Vrhs!FA8,b2A"u3l@eGT.FhVHW,6uop2+i<#7o4eUaUt:U_PPb]$cEGV:AbAX=$4N6`^L:%a$C85W.%B?'5>3XS]aj&X1RO2mq!:k#N*"Pj58&A>C\2Q>nj$QP<]6P4KI2UW90G7T_c""6MVOS&Jh]**S&#pQ_udR?*p:KHbN[spm`F-X-EY0ZT7RmoCmNe_te^eY#b,V@N5L@m)kPuAS6T2UY0p_Xn3H(YH]km6]7LrKB[Yd5[6d4?(soFK`ht1MTNJSD[aTsY$BcdNsM;6%$3HG5#V$Kd+HFTfp2hegX6r,[U8@^D]Zl%o/GVapYGY77+'9TRk,?4OhV4!5D$WVs1KG&O2DPG/>+U41_<j
 \,A]O5pHm4ZE&Y/S"R65WBqI,RIXV@_MiV"#,"R^rf*,O%8C!=9f3R37GT_E&Qq%'hEM4]CV&%A34MB/&V[Wi_)>ee86V4n>T!"57`mJJJ*bQud#1I@`9gWYeqt"4@*Z#?R6"-*fP$nq'Pd3XHJ^kX%4;/<(15;VkTii:%ajSP%3=kMk*Ap.A%<p;I5W<=dJRdT.OYLL)>;J$@7,O,h0jX\_7`L,<OHISWKM/.?(PEZ^S+mS7hKDEf\XWLJj:K9(iR^#,e,%.#"^/Xj?%s+CfGe_FQhVrX;JkO%IScI+RBQI4\">QB$mOr-_$jo?rqX1Oe:G7XGhQjpE7u.-j_rLi1NCF`3$a6VpOda;>VmG?KH27.L;a7Vb6l=oXPQR`$Da)m7P-Be;2k^r/d+T;<(C(kDXqXKVZKm.lj<Y1%XR/%mLV>B0O"WX&9m9p4Q90MMl">CC9oYc$E+q4%Mib_1e&XT$.,8ab@rnS=;/#RBrT_nVIV0DoqBYM2I5,JL5+Q)?A4,q,)@kJ:Fr8<VUAhU]ESgR@U7V-o&84T.NAqN_@E7b_ZHQIg5_!Alq).%(K@,[b"XH.l=sP0j5gIYqMEIfFC&jbHEWGSP%P4[cC>,2Sfk5k>,<[hIB1%8$;Ql)60HnMD$E/p+qsW2X#?9jgCGCErti=;jb1Oi;MT?4=<tDg9'-forN$^^>(#En!S/*i`\7r5L4LQ;5*E-+Au^0KMN\G_MKPkO@p8J?S'.@oQGk&\]4WX*f'JdSq*?Y4T+,"d?]!<U!"<=$;H#ufBKZYR`Yg;!_=f>c@WNbN^E3l9j$M`^/F4'I1,(*V&6;b:VV,>D5p/OX(fWLehcqI]TliA=#rDo4NAQrGcT#>+^_S[Ai`XOSk)A'2/L?YJ_$F':"=P3JZVH]OS^Lt\]&V(`T-l%M-T?1k^2D@cT!!T=K,KILbWsP\B%EbR7DI<L?qpYdY(@)i&K&LW;mBr)X`PFSY9=?IbZ2pcj*i
 d(CW;(HAR*k6Sn(r"<))...@B>*sioBD)`tE6<<LJqW:d-MS*Jda"[":Kt5T^V$7EWS0Z4.]6lRPH):VnHD&S>NMbX4IBIkFRf__)+/la6W=JbU0o;$3?&\ph^^h`u7i?+6W+Wi#\c4[qJn9p(*Y,G7NdTL@g!5Dh*?[5)Bt$Uu6!d_JorO!IR.O8kQ(4N!`*-F6jGjp"Fe/uX4WD[*j/Uk16E(>J%"pauK6_MF>9LWT#Pk`GL)lCZ3%K[i[;&L<Z?u%YQb$<U'>=V3!:^Iq*^hu`<!(ihkXW\.N$'jKlW[DhlQlrj6n6[2bH,C/bZ\l`r&WotoAs=VTD1^Ri?K'3-mn(if(AOuVk8q;$fC]T7<,S>qc><:$`p/q[M.=I$6h4<KF38@ae!5B-f&(R,fib8q!p?!>,.kd3:pR1F%?qS@f@\oM40=7fGrnbWX`D$I(O/f="D#91/\ql_4:O%UKZAE\eg,YZfQD]VKk^J9Co`0bOn;/?:`uV6%7^K/)S1LqNJR*dXh97PA/)H~>
+GauHN>E@OI&q8_F+mdBud978V;4"pABld%-p9[7n'F2[,d+YiY<0eM0FqYu_rpVZWBs518`?na+d#9gBE&dI6E25FNRi`D)+)V-E_Jr,[^lOZ^'+]@p^%H9k^o(KQ;>uKje.4[[s4>KLh#)Wmk%2pc'qurV+bD^7:(ic4U.Sc=H)857SA&#/NJW:Y_O"@$h)j\kJ?p#\S&!e8+>;Z&aMVF7j='O)p(i#DJ$XEDn')/5I,`DVEc$VXAZjX$PF$Qa=(Pm/&"h'gfAu&E)X-&Tb?Omd3c0]O+BHs/\tTc,3)6uLZO^>BjI;[A%I9+`]B-^:,J@b\#?Q'#"7!,^%aO>^Wn&'o4f?9\'N(^1OrVhM]1=D7"=$.YNk$7:op=[r$a#7F=>Ck/%gX&r+MY.,b=%9m;Jc&k[l]LY+7l@p;)f89*"46KhPr%aq6m=[&^Mf\2L3-ALpfl%GH`$/fWC8g8-XK]*XA4oc)U>U[FlCC3GWi_O;oINY%S7hDp7kpQb5E5(mrS%Qp&Vb"f&:JGL[q=TBa(#GK]jq>B=5D(SQD7$!<PB/&Q%`W72V/00o^%&,/*MOH7G:8`jto'QGg<36iWrVJV7(h.<Dc#96Tt#0Jk^Ff;?Xc'i5U)ebc8BfRh*<P@#*&/1c7XQnM,f,Atke]LU;Q?*KE*6!=OER8FR\m*"l"G^GjB%=mFcAk8eIi,gFq1QZ*;?qCa)'i`P9'-fori?gg>($=rjfC=ENF>'j$j/tJl7juNjY:soA<(PKKWljb/KE60gMQr2/6Z#&_]rA<ZY%I^c4@5G]H(&[?Ehsk!">eJX"=[8\@N#!V?ncD61uK0P0!"Y_e9UOAeM"Q&LW3c,E2a)@9M\d[edTt#\6J)K.9%W@[0>9mJZl!cldosdTGQ4j+)CZ[Lb1_=0ntkb3bjf,"hQ>LoS)hb,4R-e)jIS[i"H!AC05s.>iPtX]K`5o-Pt+Ap>6<J2CX<N,rB=D>Ke?p[/s$3PUZ
 6?kWa,[NGp//#.-ZYZ+fL?36TM-%4X@J(S\Z_p($=33A-!fea[_(DYW3@=IZI/K,Lk,f7Y_)AlqU2p`AgG<'n...@LC_T>PF`80:%O&"a7Oq&Dnq%W7$k&3A3!>W.t\37c0$+i=ne9m#^u^0N,f><j1CEspRrmN"4ph\5O;XH,aMp4T>2'SOh8.rnYtAAhGj0&@]&.c9<fP<Dru]Eh'9i;EB-=F_VUoqRB=(8O,k=UQGr?O:]#KU'h*Hf7-K1#2:T=f@gV\rn$>H.-TjZqfUkiUDGa:6<=Jc1e(?2EL'"RE'#qeB,.cSEM6b/bAo01#!fHK&=OE01Hc?DG6q!egCetV7#Zd!Wo:)O#.i62hPV8Bpqnh(.Off)NHY4$7FR\M`NAX6WM<r)(8@[eqZ;M-[9$T1UD#@+#i>.5$U8/K_d-BUcoAh+7TGIU-GD,oIbK$a..oW]uN
 "#XJf:1rcI]J4*1,V2Y*VFpWPSo'YaQILo-#/]`V9"nuE.>cOcs\0Jj$<Soi?$dmhD;+]=3^C;rJMs2mj8T5o(M2/G.J`IKU-L*ib,h`:Q9&LtQfO<98q8p:XWot\eZWO@QDi/6a3>L*6>k*8c'cPq/9s&P[6e4CO6VH&f\.GiM(q3i2H\aqitd&^aLl[=#1\bk[Jqr^2VR0Xp1(dOY=B.U3KB>D+.?X6'i)(7o"f4kulNQPKn:bM3D=nd8r5+0X3P(,,#^\*EEYDY`#F[WHK#m`sLq-"P9cd2tf[,=6LLf&hYQV&8UEMR.F`&TD$3*<jt/mj+PS)lEc^[p!G9@!R]97l=;H+@2&T4^e7S$HDRV2HcA@1eGb-qUR)n5#75.YHr]I#U,PpA'"l3aGN<Ls)fSM`&Cl-;d$>gI-G;:pNDs)]%gVPGs,,1Gt7L;o:JCX1U>\Mj)8GW"1a'$:u`(V<JBt'P(jL9P2kbcXgZ%dk@;X&O.^oorO*#q;PNpL$1%!AOM-RPEh]%d[,hfl@KEh!KT?1]KVIt4I%0X&5WX9McTP\+/k4aURYm[GM8X>q5o/`#mh/4B@\mNL,d>W^cIZ^m1>&sMIY(IIn^nq<rKrS's395SQN":oXuh=gtR^sJ"[!K<+9fFp:^Fe)ajO*2JlJ/-XU$TX-<'aq6IKCOlN/Y(1%Zs-<Y;8p6Rq8+_=Omj90T#/_aH7:MR(#J&^n(dKRn9lmS)-^a/+_X)G&VV`N`'=u4Y@;e.<#*G!HFW*q:EG3eH][^,/leY[c;C5_\dlH8dV?!^1Z!CG(MfsPE$WuiW!CW$)ml0$KI~>
 endstream
 endobj
 33 0 obj
@@ -203,10 +203,10 @@
 >>
 endobj
 34 0 obj
-<< /Length 2372 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 2323 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gau`V=`<%a&:W67+S([4M)O.I8)A8%.>f1NMP@'G5YI>8J/2^ZZK$Gl]lto(+iURF"EAU>)Xbi9b^?a,I9=]W04ssb&4@on1^HC;,R=W/#jQ7\91(ss.&-&U,Uj!$aSs_8YaPGEqs]$],itbR!^q_VJp]FN(1@_^WO%aN;e\Xs)sjCXp2Ure0_t)P(r26<(7SGDChGF-fj>R=6F\/W!2EqA(]<m)4k.)kI20t'S?U>SW\teh*1C?G[:FVg1mZj.F`s+\Gn$p.ItP_dh`'.3Ye440]ai.3[!ZD\`?>:\B7`EsAh$N<Pq#GS*fY:VV':^L#%9'8B\l]5@ULm)04bpmE@2Xe'9u^\;m*<R@EB-N(a,,FqmNGH%Bu?e)j,<$C+HpAf$8nA3VI,.(<)-Qi23VfQ9pH@Lr'_o/FLq5=.:glq5W'uYPP_9on+_mlMUWXe8C\aH#h(pDM\V,#IDo8QlF=!&CZ6KkCBO-@#[hsgn-=T75"W@k(G:t/=MkfH(hnFp']UXadR*&Ok4j#XH,[l?i7/[nm0FG6:9`2ID.0h`TlZGV-k8DU'9`959l1^(f-n0^hNJ$Or,HCH\I<n;J.:;!1]U#7k"V@b.(GoGF.^JUJ'H#+*lOr]f\sm][X%tY%p5_c)NBaYoB8+e(itp+nbEn:_7cuhK@0-DqWs\bXX&4krf6WMkC>`BcKOR5b/R2'8;.g>'?iqTU:=%Qbuf`5+AE0`QKt%j\dk^/Lm;2^R/aW_3B-GA[SqaVC;$V!tAX@?T3-kcg:KdCO/:<+p*RXc'piYYT5)Ga,P5U.G2VtNTDj]GFhmJnu;5^s8<K2W,0lH1+A_)/gYBKC9:\K?s17L\(6U/F5k^n1he6t&5!PMBpqN822>).kHO@b=il1j1bfJeT=).6c=9_;?-Z0Z#)%\WFOVIRob3RAR.jXrIX#MI^T2u5<nYb29e1DRgEB>:nPlTrWf&_n'GBP/ds,S!S@9gJ4P<5)s6Fs
 h<<e9N/jtoG"B3I8b:ZSmoj(CVR9_:TpME/?F%5m/j8PDQ]=I6o=26R,Q!G3\>ug'R4r%LZfPF^TCr,I8/@+AsV6g8\Hms8aBfX/8C%H/s^C@W.;E6\sbV#H.*"./C.[a?mU0_DMCk9XQ.f>Ik<I7pj>&aR7&f\*5:^(KWp!3NSl8UNJS"7-uHFI.ns&Lu"V*'7CNd]+h%,!ClYSb@!M.(WU&5<iS8o**'KI)_Ir1:)57jI@gVg')6]j+0!\j[pOitm?P0o:,eq!7e*-VLu]X&oF4eU$)%4"'A]W6:b``&OFj1,):1/U$C5llkh<DCPZY%OWcB<g]J=4sod1B7$.8PBIFpj"q@3"ps=I;D<!\=i00@h]>@&&l?A'@7Ll#`EXs9fFFF`Cq6I]3"75p9$Onhi*;3U%?sLX_mlL[EkAd/N4qGgCsGd#3+8pSU_-iD'#><V&6tD/<%H6CoYN/>9Fo@J+f5R])SQq0,=\iJ0Wg]DVUaCnS9e'4[]D1Ke'kF^688_Bc(%kOoLMrN=?X;(!;.g)@uDgc<`LHGWBQe24ZCc$W#nu^h*F+#gm$usc(%\+i9ddPMgQiXd\X__=,/B7EG2>6qgmeA:i=uc5bt\W7#?TYIVmo@?t#Ii<!1ENqk8QVAf`9uc)%T7qE[lqL'LmAjO\XkJJLkGa!Z$5-q4U\V@Bo0a\%hpkW.ZS`(heBViA#0HH=-#m,MFCI33T)U[+9r_lS^?nM-.%3-HEp](t_SkKHfSkq*+G$H?1NG(,oD9ibr/7#.4I'X8/n4k1W=`gZ$$+02W,2p"%GW$HD2@d5luO<^;9@4B(\Y8'_&f4ll;9W_*MYRo7f`KqNP+j@M?FHI.N@\&ZWV]R_36BIXg]$(EfKu=tW"\)TJ`TD7p1;\VL1hYn,)c'+QT>[Qi"_2'``6Sdal&0Ni\UW_s7]nfnV1-\tV^<<Z0n>eNolQU>`_RR)2>q#22qMpHC@rGPG,JV(%!F=)-Um
 :1W%^Y>l7409TFOH<J\(CCUhT8d0FE0:P)OI<WXb%Z%+%Frn#e$0MX(,F7^D).CZP?1,RLb<Nt1h)0M-l_#WgN/!g=nNmbPIi?>u(g;s,bIC=FKD8#@keQFHnO`1lLg!Os;R.]8k?nG:utZ#J>"-TVnKpB1@-Mk30sRTQ*.eqq-$M1q_<R96+p'+:=.J>+<Fff^9$CA,GMA%RDTY?tMnl`Os.ZHV%J\"nI6Lq^q:eR1HP1CY2@r!Q(a9L$D^bt_O4O7X%!(QD:RZN%.,kP&fYHpoQ+XjLJg"c8$kqc-M7ZSN*DNDG%:l!q,NWf-7]CL=J;'Ntit@5qmaW+@R9mtSO5B.K=_Xu>ZW<]cg)eR>pNEm8sYb:5jFn$ogO`@7p[(@47M7EO0~>
+Gau`VgQ(#H&:O:SkUg*dB#L/kGtU%eS"aRpXF[%Cqk1?.>C]c.Q0`>\mn<1'...@T>9&HskKj+tr/g[[Q(R^P)_j^I&t,^GY%S#;IRV.n>j4Mqd]pUWr*=cmT.2,iN@+E)_]2q+!j(*$,o1F$_B4DjfK\H\%'%8%KGZNXe#&I?:So\l0;km"NFJ$QObO'/$^eRD6G+Yg-8d4!FuBL<m'(ri8q8<6oF)sK7<@qB$A)I];bDDhISh4)DDG1qL+s1:B3@@\*%W"3>l.@+>iWld6!dI9kRXk$UMdP^!7'`m[#W"FW;(bt19R2rT=W/^BAac):'<pZn(FY?D0Pa!p59:Xpj3W[W)LrF!D]4,d"UFlg+L]ep#YrG/ETJU/HPcLiDeoM;O-];,0o':>lR=WttJ1RqHo-UXcaA5B0;B?A)YH]d4gB]MCRq*(".Z%B/KU/&&)].kJ!Fbq=[<h^%X&l?TI4j(Y#_L$^XMALhRh_t=s#Ao[J,nmsW*TNQLk&;k#X[Hp(%95cgh8RSO2*1k(4d"d8M:`P[P@.0;DQTN'!a('>j#6n*1GZ6EPkb$\MJi3/RVPJZK516W#4uedo_oOZ#-G0'.ga$UTd<FMb^*<d]&HVSXO3ImtX^eUL@<FmA-/hku<[[.[;KA7_<!
 O?r*Vm?rkDe#W$'%1pbo9(6'6?U/Ia`FD<YAh%gP;'^D?-o-4s%d*nL77DYs$&=b3Raf/PrKV:RNMeXDd=F4=H!pl^*_+m-C]3cW_mIEitD+k8>-(`=_dB+)r1V?u4&5)U54WLm,6d#/*fiBPfV&<pXU9%6;?]$O(9X_$&[U>s@H+(@@P-,USpd2(O_J$6L5-X%QHPpW4V;.Ms+Yc>7*=%l@,E^1VN2RBu%L%*)L@>sm0-Dod<Q%M'c,&ZaldNe6DmjW.E3M<O^lEia)>*<mQXMVCg54.i,*/8<NE1,t(m[Et8tkq<@"o]d'W6q!-^U!IDNW%Wq*d)UaHD[:^mCPbmu:jVXAj1sQ/`7]@cB`aHU$IiggmBKnZ<Wab_prBXV_;:5.@M/`L$l+m&%N4@s3FqJ,HDcZ[5u"kuR.s.3=<e:&mPMTP#[Oi\OOkQXX!.'<C7BqGJjdP\/^b'[,YXSkg-.TL@5_A%gjs9Hp:*^a<,Uc)n6]@?LMBe%/@,g&W>5fI3C\cuQV'2C]PIDBMrCF(;nRqt_OY2\J=ZB\mKa%5VihM<nZJ'hbGO*,5"\IWM-a=bNqR%,_d2]:&t>ihHBaBLRG\k4+QK!=C!#,Ca5B2cl@tVY9rEdOG]&(^$]bYe7U.TeWc6)!N31D.4=UP4/:H%?7f+hP^%Xb3g4U*K5FlS`@"AlJgHf!,C]+m@4^EP.UTR*Lp.HQfu[D(a?MskEjl^k&QCAe@m+G0qsXRjt5lWD6.^eES2(MnKo.9&t).R:GdN!!r9#p]S.X8]=sR\?=1l1-SRQpeA=Nt"@5"Q$Obnn&2Zrd$aGj^V:3b)@3LI"5u#hF69`i<1I2BV1:U>^1J%r^7_V&2pY'jsd^pbWFTIGP3/Gn2:tN[RD4&IuQ/bn6WLh_P&Sd=C5]lHUW_>M78%+]Jm^A:Ll_]+gp'`7Zb:`*.3uH)'U@c!t0P7>h=3U$+3_3b=lA#%s`jruq;qSpOA=,_03`m
 HN6l1qsFk''H;X;@ATb9T@M"-0o&gWSLoq0T&JiISAlNEb(L]S$i'6]ODE,MCHUCI;g0Q$>_hYr!FMn6M*@#(gO:=ZU_n@bT,@Au+[ZoSur(V2[D*J&ObZ++>H'n)u#$d3kPYs;qB$QN)qK#e>Q4W?krpX$Rm<!h/0?Q.m%;'1r`:W0A5Bn&/6]#Y4YD`?]>%HrRA?]+@@LYoi!na$.14k,60%["d=UDQXF4t!tlX;0C";?%LI6p/c=J'!@<G(s=6>!^d%rDT!Kp':2h'r'&GaS5W:qk-Edgfk0$]hd4fHrFnnO%Ens5*j5uF5iXt]U"fa?f,m@Q1@l-==)UL3L@]`~>
 endstream
 endobj
 35 0 obj
@@ -452,29 +452,29 @@
 xref
 0 58
 0000000000 65535 f 
-0000027842 00000 n 
-0000027971 00000 n 
-0000028021 00000 n 
+0000027992 00000 n 
+0000028121 00000 n 
+0000028171 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
 0000002739 00000 n 
 0000002859 00000 n 
 0000002940 00000 n 
-0000028155 00000 n 
+0000028305 00000 n 
 0000003073 00000 n 
-0000028219 00000 n 
+0000028369 00000 n 
 0000003208 00000 n 
-0000028278 00000 n 
+0000028428 00000 n 
 0000003343 00000 n 
-0000028337 00000 n 
+0000028487 00000 n 
 0000003478 00000 n 
-0000028396 00000 n 
+0000028546 00000 n 
 0000003613 00000 n 
-0000028455 00000 n 
+0000028605 00000 n 
 0000003748 00000 n 
 0000003958 00000 n 
 0000004145 00000 n 
-0000028514 00000 n 
+0000028664 00000 n 
 0000004284 00000 n 
 0000006549 00000 n 
 0000006672 00000 n 
@@ -482,33 +482,33 @@
 0000006891 00000 n 
 0000008732 00000 n 
 0000008840 00000 n 
-0000011179 00000 n 
-0000011287 00000 n 
-0000013978 00000 n 
-0000014086 00000 n 
-0000016551 00000 n 
-0000016659 00000 n 
-0000019069 00000 n 
-0000019192 00000 n 
-0000019226 00000 n 
-0000019395 00000 n 
-0000019587 00000 n 
-0000021805 00000 n 
-0000021913 00000 n 
-0000023992 00000 n 
-0000024100 00000 n 
-0000026115 00000 n 
-0000026238 00000 n 
-0000026272 00000 n 
-0000026444 00000 n 
-0000026619 00000 n 
-0000027067 00000 n 
-0000027175 00000 n 
-0000027288 00000 n 
-0000027398 00000 n 
-0000027509 00000 n 
-0000027617 00000 n 
-0000027733 00000 n 
+0000011173 00000 n 
+0000011281 00000 n 
+0000014177 00000 n 
+0000014285 00000 n 
+0000016701 00000 n 
+0000016809 00000 n 
+0000019219 00000 n 
+0000019342 00000 n 
+0000019376 00000 n 
+0000019545 00000 n 
+0000019737 00000 n 
+0000021955 00000 n 
+0000022063 00000 n 
+0000024142 00000 n 
+0000024250 00000 n 
+0000026265 00000 n 
+0000026388 00000 n 
+0000026422 00000 n 
+0000026594 00000 n 
+0000026769 00000 n 
+0000027217 00000 n 
+0000027325 00000 n 
+0000027438 00000 n 
+0000027548 00000 n 
+0000027659 00000 n 
+0000027767 00000 n 
+0000027883 00000 n 
 trailer
 <<
 /Size 58
@@ -516,5 +516,5 @@
 /Info 4 0 R
 >>
 startxref
-28573
+28723
 %%EOF