about summary refs log tree commit diff stats
path: root/html/000organization.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-08-19 05:53:31 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-08-19 05:53:31 -0700
commit51728d9334f642958f80bf442b40a76decdccafe (patch)
tree091799c232323f5df5c0b57cb17d036cdcecfb0d /html/000organization.cc.html
parent4234040b32415e86c020d2e864f22d74679c4904 (diff)
downloadmu-51728d9334f642958f80bf442b40a76decdccafe.tar.gz
3971
Diffstat (limited to 'html/000organization.cc.html')
-rw-r--r--html/000organization.cc.html10
1 files changed, 3 insertions, 7 deletions
diff --git a/html/000organization.cc.html b/html/000organization.cc.html
index ba660385..de53adce 100644
--- a/html/000organization.cc.html
+++ b/html/000organization.cc.html
@@ -170,7 +170,7 @@ if ('onhashchange' in window) {
 <span id="L111" class="LineNr">111 </span><span class="Comment">// End Globals</span>
 <span id="L112" class="LineNr">112 </span>
 <span id="L113" class="LineNr">113 </span><span class="Normal">int</span> <a href='000organization.cc.html#L113'>main</a><span class="Delimiter">(</span><span class="Normal">int</span> argc<span class="Delimiter">,</span> <span class="Normal">char</span>* argv[]<span class="Delimiter">)</span> <span class="Delimiter">{</span>
-<span id="L114" class="LineNr">114 </span>  atexit<span class="Delimiter">(</span><a href='000organization.cc.html#L138'>teardown</a><span class="Delimiter">);</span>
+<span id="L114" class="LineNr">114 </span>  atexit<span class="Delimiter">(</span><a href='000organization.cc.html#L134'>reset</a><span class="Delimiter">);</span>
 <span id="L115" class="LineNr">115 </span>
 <span id="L116" class="LineNr">116 </span>  <span class="Comment">// End One-time Setup</span>
 <span id="L117" class="LineNr">117 </span>
@@ -190,13 +190,9 @@ if ('onhashchange' in window) {
 <span id="L131" class="LineNr">131 </span><span class="Comment">//: Without directives or with the :(code) directive, lines get added at the</span>
 <span id="L132" class="LineNr">132 </span><span class="Comment">//: end.</span>
 <span id="L133" class="LineNr">133 </span><span class="Delimiter">:(code)</span>
-<span id="L134" class="LineNr">134 </span><span class="Normal">void</span> <a href='000organization.cc.html#L134'>setup</a><span class="Delimiter">()</span> <span class="Delimiter">{</span>
-<span id="L135" class="LineNr">135 </span>  <span class="Comment">// End Setup</span>
+<span id="L134" class="LineNr">134 </span><span class="Normal">void</span> <a href='000organization.cc.html#L134'>reset</a><span class="Delimiter">()</span> <span class="Delimiter">{</span>
+<span id="L135" class="LineNr">135 </span>  <span class="Comment">// End Reset</span>
 <span id="L136" class="LineNr">136 </span><span class="Delimiter">}</span>
-<span id="L137" class="LineNr">137 </span>
-<span id="L138" class="LineNr">138 </span><span class="Normal">void</span> <a href='000organization.cc.html#L138'>teardown</a><span class="Delimiter">()</span> <span class="Delimiter">{</span>
-<span id="L139" class="LineNr">139 </span>  <span class="Comment">// End Teardown</span>
-<span id="L140" class="LineNr">140 </span><span class="Delimiter">}</span>
 </pre>
 </body>
 </html>