fixing includes

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@580 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 19 years ago
parent 07c81879a4
commit bb9f831111

@ -3,7 +3,7 @@ struct AmSipReply
{
private:
%TypeHeaderCode
#include "../../../core/AmSipReply.h"
#include "../../../core/AmSipMsg.h"
%End

@ -3,7 +3,7 @@ class AmSipRequest
{
%TypeHeaderCode
#include "../../../core/AmSipRequest.h"
#include "../../../core/AmSipMsg.h"
%End
public:
@ -30,9 +30,6 @@ public:
string route; // record routing
string next_hop; // next_hop for t_uac_dlg
string key; // transaction key to be used in t_reply
};
string getHeader(const string& /* hdrs */,const string& /* hdr_name */);

Loading…
Cancel
Save