moved generic types to the core directory

sayer/1.4-spce2.6
Raphael Coeffic 16 years ago
parent a292668861
commit 0ea62e575b

@ -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"

@ -1,7 +1,7 @@
#ifndef _singleton_h_
#define _singleton_h_
#include "../AmThread.h"
#include "AmThread.h"
template<class T>
class singleton
Loading…
Cancel
Save