summaryrefslogtreecommitdiff
path: root/apps/JAWS/server/PROTOTYPE/HTTP_Policy.cpp
blob: 9b8d3dd36a60fe3fec437d2a9b7853e1f38cf378 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// $Id$

#include "HTTP_Policy.h"

HTTP_Policy::HTTP_Policy (JAWS_Concurrency *concurrency)
  : concurrency_ (concurrency)
{
}

JAWS_Concurrency_Base *
HTTP_Policy update (void *)
{
  /* for now, we always return the same concurrency strategy */
  returh this->concurrency_;
}