Module: sems Branch: master Commit: 5d987b7b69d0cd9335c24c076c45f1d92999c236 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=5d987b7b69d0cd9335c24c076c45f1d92999c236
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Thu Feb 24 14:46:12 2011 +0100 fix some more struct/class confusions --- apps/dsm/DSMSession.h | 2 +- apps/registrar_client/SIPRegistrarClient.h | 2 +- apps/voicemail/AmMail.h | 2 +- apps/voicemail/EmailTemplate.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/dsm/DSMSession.h b/apps/dsm/DSMSession.h index a7f2856..a7475b2 100644 --- a/apps/dsm/DSMSession.h +++ b/apps/dsm/DSMSession.h @@ -92,7 +92,7 @@ typedef map<string, string> VarMapT; typedef map<string, AmArg> AVarMapT; class DSMDisposable; -class AmPlaylistItem; +struct AmPlaylistItem; class DSMSession { diff --git a/apps/registrar_client/SIPRegistrarClient.h b/apps/registrar_client/SIPRegistrarClient.h index 6b92cf2..14008bb 100644 --- a/apps/registrar_client/SIPRegistrarClient.h +++ b/apps/registrar_client/SIPRegistrarClient.h @@ -155,7 +155,7 @@ class SIPRegistration : public AmSipDialogEventHandler, const string& getEventSink() { return sess_link; } }; -class SIPNewRegistrationEvent; +struct SIPNewRegistrationEvent; class SIPRemoveRegistrationEvent; class SIPRegistrarClient : public AmThread, diff --git a/apps/voicemail/AmMail.h b/apps/voicemail/AmMail.h index f84344b..a5499ec 100644 --- a/apps/voicemail/AmMail.h +++ b/apps/voicemail/AmMail.h @@ -59,7 +59,7 @@ struct Attachement typedef std::vector<Attachement> Attachements; -class AmMail; +struct AmMail; /** * Function pointer to be called after mail processing. diff --git a/apps/voicemail/EmailTemplate.h b/apps/voicemail/EmailTemplate.h index 346d87d..6c02e98 100644 --- a/apps/voicemail/EmailTemplate.h +++ b/apps/voicemail/EmailTemplate.h @@ -32,7 +32,7 @@ #include <string> using std::string; -class AmMail; +struct AmMail; typedef std::map<std::string,std::string> EmailTmplDict; _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
