Module: sems
Branch: master
Commit: 041ca96d8c5e8e35a73216f0ba32c9073da08a60
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=041ca96d8c5e8e35a73216f0ba32c9073da08a60

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Wed Oct 27 00:22:26 2010 +0200

added comments about return codes

---

 core/AmUriParser.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/core/AmUriParser.h b/core/AmUriParser.h
index fa72232..1302313 100644
--- a/core/AmUriParser.h
+++ b/core/AmUriParser.h
@@ -43,7 +43,9 @@ struct AmUriParser {
   map<string, string> params;
 
   bool isEqual(const AmUriParser& c) const;
+  /** @return true on success */
   bool parse_contact(const string& line, size_t pos, size_t& end);
+  /** @return true on success */
   bool parse_uri();
   bool parse_params(const string& line, int& pos);
   void dump();

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to