summaryrefslogtreecommitdiff
path: root/TAO/examples/AMI/FL_Callback/peer.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-04 23:16:32 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-04 23:16:32 +0000
commit643462b18154a6e7581674e5c1114e4a38a1348f (patch)
tree3e0c4010b8bba89d5b0b2b2a51db7b284a45038a /TAO/examples/AMI/FL_Callback/peer.cpp
parent09c701aa0ec69b620bdb9db08c940430ff37c453 (diff)
downloadATCD-643462b18154a6e7581674e5c1114e4a38a1348f.tar.gz
ChangeLogTag: Sun May 4 18:06:59 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/examples/AMI/FL_Callback/peer.cpp')
-rw-r--r--TAO/examples/AMI/FL_Callback/peer.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/examples/AMI/FL_Callback/peer.cpp b/TAO/examples/AMI/FL_Callback/peer.cpp
index 1bb06563a62..1c7dbe214a3 100644
--- a/TAO/examples/AMI/FL_Callback/peer.cpp
+++ b/TAO/examples/AMI/FL_Callback/peer.cpp
@@ -4,9 +4,10 @@
#include "ace/Get_Opt.h"
#include "ace/Task.h"
#include "ace/Sched_Params.h"
-#include "tao/Strategies/advanced_resource.h"
-ACE_RCSID(FL_Callback, peer, "$Id$")
+ACE_RCSID (FL_Callback,
+ peer,
+ "$Id$")
const char *ior = "file://progress.ior";
int nthreads = 4;