BMA Server Framework
/home/barant/Documents/Development/BMASockets/BMASIPINVITE.h
1 #ifndef __BMASIPINVITE_h__
2 #define __BMASIPINVITE_h__
3 
4 #include "BMASIPRequestHandler.h"
5 
7 
8  public:
9  BMASIPINVITE(BMASIPServer &server, std::string url);
10  ~BMASIPINVITE();
11 
12  int response(std::stringstream &sink) override;
13 
14 };
15 
16 #endif
Definition: BMASIPServer.h:9
Definition: BMASIPRequestHandler.h:7
Definition: BMASIPINVITE.h:6