Module: sems Branch: master Commit: 7a34d7aa4dc51494128bd52df86f80d1e15139b4 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=7a34d7aa4dc51494128bd52df86f80d1e15139b4
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Sun Apr 15 21:17:01 2012 +0200 making AmMimeBody AmObject (to be passed around in AmArg vars) --- core/AmMimeBody.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/core/AmMimeBody.h b/core/AmMimeBody.h index d393d2f..490f383 100644 --- a/core/AmMimeBody.h +++ b/core/AmMimeBody.h @@ -1,6 +1,8 @@ #ifndef _AmMimeBody_h_ #define _AmMimeBody_h_ +#include "AmArg.h" + #include <string> #include <list> #include <map> @@ -64,6 +66,7 @@ struct AmContentType }; class AmMimeBody +: public AmObject { public: typedef list<AmMimeBody*> Parts; _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
