Module: sems Branch: rco/dnscache Commit: 7283b06d591d7a8e838090e719c2ec6dd8fe72bf URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=7283b06d591d7a8e838090e719c2ec6dd8fe72bf
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Tue Aug 31 19:09:02 2010 +0200 moved generic types to the core directory --- core/SipCtrlInterface.cpp | 2 +- core/{sip => }/atomic_types.h | 0 core/{sip => }/hash_table.h | 0 core/{sip => }/singleton.h | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/SipCtrlInterface.cpp b/core/SipCtrlInterface.cpp index 91cde15..76d6ab4 100644 --- a/core/SipCtrlInterface.cpp +++ b/core/SipCtrlInterface.cpp @@ -37,7 +37,7 @@ #include "sip/parse_cseq.h" #include "sip/parse_extensions.h" #include "sip/parse_100rel.h" -#include "sip/hash_table.h" +#include "sip/trans_table.h" #include "sip/sip_trans.h" #include "sip/wheeltimer.h" #include "sip/msg_hdrs.h" diff --git a/core/sip/atomic_types.h b/core/atomic_types.h similarity index 100% rename from core/sip/atomic_types.h rename to core/atomic_types.h diff --git a/core/sip/hash_table.h b/core/hash_table.h similarity index 100% rename from core/sip/hash_table.h rename to core/hash_table.h diff --git a/core/sip/singleton.h b/core/singleton.h similarity index 96% rename from core/sip/singleton.h rename to core/singleton.h index 92fe958..09129bf 100644 --- a/core/sip/singleton.h +++ b/core/singleton.h @@ -1,7 +1,7 @@ #ifndef _singleton_h_ #define _singleton_h_ -#include "../AmThread.h" +#include "AmThread.h" template<class T> class singleton _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
