summaryrefslogtreecommitdiff
path: root/tests/Smart_Proxies/Policy/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Smart_Proxies/Policy/client.cpp')
-rw-r--r--tests/Smart_Proxies/Policy/client.cpp33
1 files changed, 14 insertions, 19 deletions
diff --git a/tests/Smart_Proxies/Policy/client.cpp b/tests/Smart_Proxies/Policy/client.cpp
index 9bbf62c6333..18858ee8601 100644
--- a/tests/Smart_Proxies/Policy/client.cpp
+++ b/tests/Smart_Proxies/Policy/client.cpp
@@ -1,28 +1,23 @@
-// $Id$
-
-//========================================================================
-//
-// = LIBRARY
-// TAO/tests/Smart_Proxy
-//
-// = FILENAME
-// client.cpp
-//
-// = DESCRIPTION
-// This is the client program that tests TAO's Smart Proxy extension.
-//
-// = AUTHOR
-// Kirthika Parameswaran <kirthika@cs.wustl.edu>
-//
-//=========================================================================
+
+//=============================================================================
+/**
+ * @file client.cpp
+ *
+ * $Id$
+ *
+ * This is the client program that tests TAO's Smart Proxy extension.
+ *
+ *
+ * @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
+ */
+//=============================================================================
+
#include "ace/Get_Opt.h"
#include "ace/OS_NS_string.h"
#include "testC.h"
#include "Smart_Proxy_Impl.h"
-ACE_RCSID(Smart_Proxy, client, "$Id$")
-
const ACE_TCHAR *ior1 = ACE_TEXT("file://test1.ior");
const ACE_TCHAR *ior2 = ACE_TEXT("file://test2.ior");
int one_shot_factory = 1;