fix some class/struct fwd decl mismatches

sayer/1.4-spce2.6
Stefan Sayer 16 years ago
parent 6b7ebda3c9
commit 0df63e04e5

@ -49,8 +49,8 @@ using std::string;
#define SYSTEM_SAMPLERATE 8000 // fixme: sr per session
class SdpPayload;
class CodecContainer;
struct SdpPayload;
struct CodecContainer;
/** \brief Audio Event */
class AmAudioEvent: public AmEvent

@ -58,7 +58,7 @@ struct amci_payload_t;
class AmAudio;
class AmSession;
class SdpPayload;
struct SdpPayload;
typedef std::map<unsigned int, AmRtpPacket*, ts_less> ReceiveBuffer;
typedef std::queue<AmRtpPacket*> RtpEventQueue;

@ -39,7 +39,7 @@
using std::list;
using std::map;
struct sip_trans;
class sip_trans;
struct sip_msg;

@ -45,7 +45,7 @@ struct sip_reply;
struct sip_header;
struct sip_via_parm;
struct dns_handle;
struct trsp_socket;
class trsp_socket;
//
// SIP message types:

@ -35,7 +35,7 @@
#include <sys/socket.h>
struct sip_msg;
struct trsp_socket;
class trsp_socket;
/**
* Transaction types

@ -40,7 +40,7 @@ using std::vector;
struct sip_msg;
struct sip_uri;
struct sip_trans;
class sip_trans;
struct sip_header;
struct sockaddr_storage;

@ -43,7 +43,7 @@
// do not change
#define WHEELS 4
struct timer;
class timer;
typedef void (*timer_cb)(timer*,unsigned int /*data1*/,void* /*data2*/);
class base_timer

Loading…
Cancel
Save