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

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Tue Nov  2 14:44:26 2010 +0100

compile fix: define AmUriParser only once

---

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

diff --git a/core/AmUriParser.h b/core/AmUriParser.h
index 1302313..107e0a3 100644
--- a/core/AmUriParser.h
+++ b/core/AmUriParser.h
@@ -24,6 +24,8 @@
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
+#ifndef _AmUriParser_h_
+#define _AmUriParser_h_
 
 #include <string>
 #include <map>
@@ -51,3 +53,5 @@ struct AmUriParser {
   void dump();
   AmUriParser() { }
 };
+
+#endif

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

Reply via email to