fix some more struct/class confusions

sayer/1.4-spce2.6
Stefan Sayer 16 years ago
parent 5e8e6212ab
commit 5d987b7b69

@ -92,7 +92,7 @@ typedef map<string, string> VarMapT;
typedef map<string, AmArg> AVarMapT;
class DSMDisposable;
class AmPlaylistItem;
struct AmPlaylistItem;
class DSMSession {

@ -155,7 +155,7 @@ class SIPRegistration : public AmSipDialogEventHandler,
const string& getEventSink() { return sess_link; }
};
class SIPNewRegistrationEvent;
struct SIPNewRegistrationEvent;
class SIPRemoveRegistrationEvent;
class SIPRegistrarClient : public AmThread,

@ -59,7 +59,7 @@ struct Attachement
typedef std::vector<Attachement> Attachements;
class AmMail;
struct AmMail;
/**
* Function pointer to be called after mail processing.

@ -32,7 +32,7 @@
#include <string>
using std::string;
class AmMail;
struct AmMail;
typedef std::map<std::string,std::string> EmailTmplDict;

Loading…
Cancel
Save