mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Adapt to MSVC linker
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
#include <QReadWriteLock>
|
||||
#include "httpglobal.h"
|
||||
|
||||
#include "util/export.h"
|
||||
|
||||
namespace qtwebapp {
|
||||
|
||||
/**
|
||||
@@ -20,7 +22,7 @@ namespace qtwebapp {
|
||||
@see HttpSessionStore should be used to create and get instances of this class.
|
||||
*/
|
||||
|
||||
class DECLSPEC HttpSession {
|
||||
class HTTPSERVER_API HttpSession {
|
||||
|
||||
public:
|
||||
|
||||
@@ -53,7 +55,7 @@ public:
|
||||
QByteArray getId() const;
|
||||
|
||||
/**
|
||||
Null sessions cannot store data. All calls to set() and remove()
|
||||
Null sessions cannot store data. All calls to set() and remove()
|
||||
do not have any effect.This method is thread safe.
|
||||
*/
|
||||
bool isNull() const;
|
||||
|
||||
Reference in New Issue
Block a user