Support for windows builds
[gssweb.git] / json_gssapi / src / GSSRequest.h
index 663f799..2d4297e 100644 (file)
@@ -9,7 +9,7 @@
 #define GSSREQUEST_H
 
 #include <string>
-
+#include "jsongssapi_export.h"
 #include "commands/GSSCommand.h"
 #include "util_json.h"
 
@@ -18,11 +18,11 @@ using std::string;
 class GSSRequest
 {
 public:
-  GSSRequest(string jsonString);
-  ~GSSRequest();
+  JSONGSSAPI_EXPORT GSSRequest(string jsonString);
+  JSONGSSAPI_EXPORT ~GSSRequest();
   
-  void execute();
-  string getResponse();
+  JSONGSSAPI_EXPORT void execute();
+  JSONGSSAPI_EXPORT string getResponse();
   
 private:
   string      requestString;