summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Latency/pong.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-02-04 20:20:27 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-02-04 20:20:27 +0000
commit5a326f47963cc1ef9f2a0d8a0f3bcb94d9b80b89 (patch)
treec76428cd75cef4d8a412be96af1accf5cdab557f /TAO/orbsvcs/tests/AVStreams/Latency/pong.cpp
parent4755552109abd912dbf3ed4ccc6d134500b4f0cb (diff)
downloadATCD-5a326f47963cc1ef9f2a0d8a0f3bcb94d9b80b89.tar.gz
ChangeLogTag: Wed Feb 4 14:18:04 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Latency/pong.cpp')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Latency/pong.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Latency/pong.cpp b/TAO/orbsvcs/tests/AVStreams/Latency/pong.cpp
index 6fe53fe2f92..6153f46b0e6 100644
--- a/TAO/orbsvcs/tests/AVStreams/Latency/pong.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/Latency/pong.cpp
@@ -1,7 +1,7 @@
// $Id$
#include "pong.h"
-#include "orbsvcs/AV/Protocol_Factory.h"
+#include "orbsvcs/orbsvcs/AV/Protocol_Factory.h"
#include "tao/PortableServer/PortableServer.h"
#include "tao/Strategies/advanced_resource.h"
#include "tao/ORB.h"
@@ -10,7 +10,9 @@
#include "ace/High_Res_Timer.h"
#include "ace/Stats.h"
-ACE_RCSID(Latency, ping, "$Id$")
+ACE_RCSID (Latency,
+ ping,
+ "$Id$")
const char *ior_output_file = "pong.ior";
const char *protocol = "RTP/UDP";