summaryrefslogtreecommitdiff
path: root/tests/CDR/tc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CDR/tc.cpp')
-rw-r--r--tests/CDR/tc.cpp37
1 files changed, 14 insertions, 23 deletions
diff --git a/tests/CDR/tc.cpp b/tests/CDR/tc.cpp
index 5d54012c4af..f15126eceb2 100644
--- a/tests/CDR/tc.cpp
+++ b/tests/CDR/tc.cpp
@@ -1,21 +1,18 @@
-// $Id$
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/CDR
-//
-// = FILENAME
-// tc.cpp
-//
-// = DESCRIPTION
-// Verify that the basic typecodes are able to interpret their CDR
-// buffers.
-//
-// = AUTHORS
-// Carlos O'Ryan
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file tc.cpp
+ *
+ * $Id$
+ *
+ * Verify that the basic typecodes are able to interpret their CDR
+ * buffers.
+ *
+ *
+ * @author Carlos O'Ryan
+ */
+//=============================================================================
+
#include "tao/AnyTypeCode/TypeCode.h"
#include "tao/AnyTypeCode/TypeCode_Constants.h"
@@ -25,14 +22,8 @@
#include "ace/Log_Msg.h"
-
-ACE_RCSID (CDR,
- tc,
- "$Id$")
-
// In this version of TAO typecodes are based on CDR, we have to
// verify that CDR offers the services needed for Typecode...
-
int
ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{