summaryrefslogtreecommitdiff
path: root/apps/JAWS/stress_testing/cp.cpp
blob: 4829735aaa81e1e54127911658816051e6e84dac (plain)
1
2
3
4
5
6
7
8
9
10
11
// $Id$

#include "cp.h"

ACE_RCSID(stress_testing, cp, "$Id$")

Client_Parameters::Client_Parameters(int i) {

  id = i;

}