]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/visitor/socket/class_ShutdownSocketVisitor.php
Updated 'core'.
[hub.git] / application / hub / main / visitor / socket / class_ShutdownSocketVisitor.php
index 60eb3abba11a87c91d5e8d3d8e9b8f3eac162e4c..7196f83567fb8cef850fe55ab7ab10d949f70914 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A ShutdownSocket visitor
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -80,6 +80,17 @@ class ShutdownSocketVisitor extends BaseVisitor implements Visitor {
                // Just call it back
                $packageInstance->clearAllStacks();
        }
+
+       /**
+        * "Visit" the assembler instance. This shall clear any pending data
+        *
+        * @param       $assemblerInstance      An instance of a Assembler class
+        * @return      void
+        */
+       public function visitAssembler (Assembler $assemblerInstance) {
+               // Clear pending data
+               $assemblerInstance->clearPendingData();
+       }
 }
 
 // [EOF]