We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffa2efd + aa04330 commit 675c2f8Copy full SHA for 675c2f8
1 file changed
ACE/apps/JAWS/server/HTTP_Server.cpp
@@ -13,20 +13,14 @@
13
#include "HTTP_Server.h"
14
#include <memory>
15
16
-// class is overkill
17
-class JAWS
+namespace JAWS
18
{
19
-public:
20
21
-{
22
23
static constexpr int JAWS_POOL = 0;
24
static constexpr int JAWS_PER_REQUEST = 1;
25
26
static constexpr int JAWS_SYNCH = 0;
27
static constexpr int JAWS_ASYNCH = 2;
28
-};
29
+}
30
31
void
32
HTTP_Server::parse_args (int argc, ACE_TCHAR *argv[])
0 commit comments