summaryrefslogtreecommitdiff
path: root/ACE/TAO/performance-tests/POA/Demux/write_names.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/performance-tests/POA/Demux/write_names.cpp')
-rw-r--r--ACE/TAO/performance-tests/POA/Demux/write_names.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/ACE/TAO/performance-tests/POA/Demux/write_names.cpp b/ACE/TAO/performance-tests/POA/Demux/write_names.cpp
new file mode 100644
index 00000000000..72ddf8f1cf4
--- /dev/null
+++ b/ACE/TAO/performance-tests/POA/Demux/write_names.cpp
@@ -0,0 +1,10 @@
+//$Id$
+#include <ace/OS_NS_stdio.h>
+
+int
+ACE_TMAIN(int argc, ACE_TCHAR *argv[])
+{
+
+ for(int i=0; i<1000; i++)
+ ACE_OS::printf ("%09d\n",i);
+}