summaryrefslogtreecommitdiff
path: root/tests/CDR/basic_types.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CDR/basic_types.cpp')
-rw-r--r--tests/CDR/basic_types.cpp35
1 files changed, 14 insertions, 21 deletions
diff --git a/tests/CDR/basic_types.cpp b/tests/CDR/basic_types.cpp
index 6064e05ece0..b4341bddaf0 100644
--- a/tests/CDR/basic_types.cpp
+++ b/tests/CDR/basic_types.cpp
@@ -1,21 +1,18 @@
-// $Id$
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/CDR
-//
-// = FILENAME
-// basic_types.cpp
-//
-// = DESCRIPTION
-// Test the basic funcionality of a CDR stream by encoding some
-// basic types and then decoding them again.
-//
-// = AUTHORS
-// Carlos O'Ryan
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file basic_types.cpp
+ *
+ * $Id$
+ *
+ * Test the basic funcionality of a CDR stream by encoding some
+ * basic types and then decoding them again.
+ *
+ *
+ * @author Carlos O'Ryan
+ */
+//=============================================================================
+
#include "tao/ORB.h"
#include "tao/debug.h"
@@ -25,10 +22,6 @@
#include "ace/Get_Opt.h"
#include "ace/Log_Msg.h"
-ACE_RCSID (CDR,
- basic_types,
- "$Id$")
-
static int n = 4096;
static int nloops = 100;