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

#include "cp.h"

Client_Parameters::Client_Parameters(int i) {

  id = i;

}