From caa067c4c6b2bd3ae5469aa81b3b338ac9d07aab Mon Sep 17 00:00:00 2001 From: jinx Date: Sun, 17 Sep 2006 01:05:59 +0000 Subject: [PATCH] auditing performed, removed using added minimal documentation --gv git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1217 3ecf2c5c-341e-0410-92b4-d18e462d057c --- src/backend/static_request.hh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/backend/static_request.hh b/src/backend/static_request.hh index c89e94a..541c542 100644 --- a/src/backend/static_request.hh +++ b/src/backend/static_request.hh @@ -37,8 +37,29 @@ namespace sgpem StaticRequest(StaticThread* thread, unsigned int instant); ~StaticRequest(); + /** + \brief Returns the instant at witch the request was made + + + \returns an unsigned int denoting the instant + + */ unsigned int get_instant() const; + /** + \brief Sets the instant at witch the request was made + + + \param instant unsigned int denoting the instant at witch the request was made + + */ unsigned int set_instant(unsigned int instant); + /** + \brief Returns the thread that made the request + + + \returns StaticThread that made a request + + */ StaticThread& get_thread(); private: