summaryrefslogtreecommitdiff
path: root/project2/cgi/cgiAppEngine.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/cgi/cgiAppEngine.h')
-rw-r--r--project2/cgi/cgiAppEngine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/project2/cgi/cgiAppEngine.h b/project2/cgi/cgiAppEngine.h
index 7998648..abd4b9e 100644
--- a/project2/cgi/cgiAppEngine.h
+++ b/project2/cgi/cgiAppEngine.h
@@ -6,8 +6,8 @@
#include "../paramChecker.h"
#include "../xmlPresenter.h"
#include "../commonObjects.h"
+#include "../uuid.h"
#include <boost/intrusive_ptr.hpp>
-#include <boost/uuid/uuid.hpp>
#include <libxml++/document.h>
#include <libxml++/parsers/domparser.h>
@@ -63,7 +63,7 @@ class CgiApplicationEngine : public ApplicationEngine {
virtual Stage * run();
};
mutable Stage * currentStage;
- mutable boost::uuids::uuid sessionID;
+ mutable UUID sessionID;
};
#endif