summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS/stress_testing/cp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/JAWS/stress_testing/cp.cpp')
-rw-r--r--ACE/apps/JAWS/stress_testing/cp.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/ACE/apps/JAWS/stress_testing/cp.cpp b/ACE/apps/JAWS/stress_testing/cp.cpp
new file mode 100644
index 00000000000..4829735aaa8
--- /dev/null
+++ b/ACE/apps/JAWS/stress_testing/cp.cpp
@@ -0,0 +1,11 @@
+// $Id$
+
+#include "cp.h"
+
+ACE_RCSID(stress_testing, cp, "$Id$")
+
+Client_Parameters::Client_Parameters(int i) {
+
+ id = i;
+
+}