From: Roland Häder Date: Thu, 23 Jul 2009 22:20:53 +0000 (+0000) Subject: Paths to my dev environment updated, node template class updated X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6e58bd70d3cec85814edfad4b82bf12d662b4c49;p=hub.git Paths to my dev environment updated, node template class updated --- diff --git a/Doxyfile b/Doxyfile index 48754d6b5..8a7db0185 100644 --- a/Doxyfile +++ b/Doxyfile @@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = GenericObjectSharingHub +PROJECT_NAME = Generic Object Sharing Hub # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or @@ -38,7 +38,7 @@ PROJECT_NUMBER = 0.0.0 # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = /export/home/quix0r/svn/hub/trunk/docs/ +OUTPUT_DIRECTORY = /home/quix0r/MyProjects/hub/trunk/docs/ # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -551,7 +551,7 @@ WARN_FORMAT = "$file:$line: $text " # and error messages should be written. If left blank the output is written # to stderr. -WARN_LOGFILE = /export/home/quix0r/svn/hub/trunk/docs/warn.log +WARN_LOGFILE = /home/quix0r/MyProjects/hub/trunk/docs/warn.log #--------------------------------------------------------------------------- # configuration options related to the input files @@ -562,7 +562,7 @@ WARN_LOGFILE = /export/home/quix0r/svn/hub/trunk/docs/warn.log # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = /export/home/quix0r/svn/hub/trunk/ +INPUT = /home/quix0r/MyProjects/hub/trunk/ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is diff --git a/application/hub/main/nodes/class_ b/application/hub/main/nodes/class_ index 639d609d1..ec62ebbd2 100644 --- a/application/hub/main/nodes/class_ +++ b/application/hub/main/nodes/class_ @@ -65,6 +65,16 @@ class Hub???Node extends BaseHubNode implements NodeHelper, Registerable { // This is the last line: output teaser $this->outputTeaserLines(); } + + /** + * Initializes hub-specific queues + * + * @return void + * @todo Implement this method + */ + public function initQueues () { + $this->partialStub('Please implement this method.'); + } } // [EOF]