diff options
author | jebes <psteidelprogramming@gmail.com> | 2014-09-09 20:18:23 -0400 |
---|---|---|
committer | jebes <psteidelprogramming@gmail.com> | 2014-09-09 20:18:23 -0400 |
commit | c085e9294f096ebcfe3e02f1c9a99959f66ba1a2 (patch) | |
tree | 0fc73ea562bd3a0621ad421300c92798d16d16ee /src/daemon/daemon_commands_handler.h | |
parent | Merge pull request #123 from fluffypony/master (diff) | |
download | monero-c085e9294f096ebcfe3e02f1c9a99959f66ba1a2.tar.xz |
commented util.h
Diffstat (limited to '')
-rw-r--r-- | src/daemon/daemon_commands_handler.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/daemon/daemon_commands_handler.h b/src/daemon/daemon_commands_handler.h index 165cded21..6b6e46e83 100644 --- a/src/daemon/daemon_commands_handler.h +++ b/src/daemon/daemon_commands_handler.h @@ -28,6 +28,8 @@ // // Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers + +/* This isn't a header file, may want to refactor this... */ #pragma once #include <boost/lexical_cast.hpp> @@ -39,7 +41,11 @@ #include "crypto/hash.h" #include "version.h" - +/*! + * \brief I don't really know right now + * + * + */ class daemon_cmmands_handler { nodetool::node_server<cryptonote::t_cryptonote_protocol_handler<cryptonote::core> >& m_srv; |