summaryrefslogtreecommitdiff
path: root/TAO/tao/Codeset
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-12 14:49:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-12 14:49:05 +0000
commitf0935e161a25f18ac0035b5c0a790ce5a0fca1a1 (patch)
tree02262e15ee1a4f6a06981b075add052e775553c8 /TAO/tao/Codeset
parent752f89da26d38f789e728bbdcfa7d420704c242b (diff)
downloadATCD-f0935e161a25f18ac0035b5c0a790ce5a0fca1a1.tar.gz
Mon Feb 12 14:48:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Codeset')
-rw-r--r--TAO/tao/Codeset/Codeset_Descriptor.cpp33
-rw-r--r--TAO/tao/Codeset/Codeset_Translator_Factory.cpp31
-rw-r--r--TAO/tao/Codeset/Codeset_Translator_Factory_T.cpp29
-rw-r--r--TAO/tao/Codeset/UTF16_BOM_Factory.cpp31
-rw-r--r--TAO/tao/Codeset/UTF16_BOM_Factory.h29
-rw-r--r--TAO/tao/Codeset/UTF8_Latin1_Translator.cpp33
6 files changed, 85 insertions, 101 deletions
diff --git a/TAO/tao/Codeset/Codeset_Descriptor.cpp b/TAO/tao/Codeset/Codeset_Descriptor.cpp
index cede07a2aa3..8e643b2a608 100644
--- a/TAO/tao/Codeset/Codeset_Descriptor.cpp
+++ b/TAO/tao/Codeset/Codeset_Descriptor.cpp
@@ -1,21 +1,18 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tao/Codeset
-//
-// = FILENAME
-// Codeset_Translator_Factory.cpp
-//
-// = DESCRIPTION
-// The base for all the translator factories. Translator factories are
-// responsible for supplying the proper translator on demand.
-//
-// = AUTHORS
-// Phil Mesnier <mesnier_p@ociweb.com>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file Codeset_Translator_Factory.cpp
+ *
+ * $Id$
+ *
+ * The base for all the translator factories. Translator factories are
+ * responsible for supplying the proper translator on demand.
+ *
+ *
+ * @author Phil Mesnier <mesnier_p@ociweb.com>
+ */
+//=============================================================================
+
#include "tao/Codeset/Codeset_Descriptor.h"
#include "tao/Codeset/Codeset_Translator_Factory.h"
diff --git a/TAO/tao/Codeset/Codeset_Translator_Factory.cpp b/TAO/tao/Codeset/Codeset_Translator_Factory.cpp
index 44112ee49c9..a85b08a7a47 100644
--- a/TAO/tao/Codeset/Codeset_Translator_Factory.cpp
+++ b/TAO/tao/Codeset/Codeset_Translator_Factory.cpp
@@ -1,21 +1,20 @@
// -*- C++ -*-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tao/Codeset
-//
-// = FILENAME
-// Codeset_Translator_Factory.cpp
-//
-// = DESCRIPTION
-// The base for all the translator factories. Translator factories are
-// responsible for supplying the proper translator on demand.
-//
-// = AUTHORS
-// Phil Mesnier <mesnier_p@ociweb.com>
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file Codeset_Translator_Factory.cpp
+ *
+ * $Id$
+
+ *
+ * The base for all the translator factories. Translator factories are
+ * responsible for supplying the proper translator on demand.
+ *
+ *
+ * @author Phil Mesnier <mesnier_p@ociweb.com>
+ */
+//=============================================================================
+
#include "tao/Codeset/Codeset_Translator_Factory.h"
#include "tao/CDR.h"
diff --git a/TAO/tao/Codeset/Codeset_Translator_Factory_T.cpp b/TAO/tao/Codeset/Codeset_Translator_Factory_T.cpp
index 734417e9934..69f842bf574 100644
--- a/TAO/tao/Codeset/Codeset_Translator_Factory_T.cpp
+++ b/TAO/tao/Codeset/Codeset_Translator_Factory_T.cpp
@@ -1,20 +1,17 @@
-// $Id$
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tao
-//
-// = FILENAME
-// Codeset_Translator_Factory_T.cpp
-//
-// = DESCRIPTION
-// The template for creating a particular instance of a codeset translator
-//
-// = AUTHORS
-// Phil Mesnier <mesnier_p@ociweb.com>
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file Codeset_Translator_Factory_T.cpp
+ *
+ * $Id$
+ *
+ * The template for creating a particular instance of a codeset translator
+ *
+ *
+ * @author Phil Mesnier <mesnier_p@ociweb.com>
+ */
+//=============================================================================
+
#ifndef TAO_CODESET_TRANSLATOR_FACTORY_T_CPP
#define TAO_CODESET_TRANSLATOR_FACTORY_T_CPP
diff --git a/TAO/tao/Codeset/UTF16_BOM_Factory.cpp b/TAO/tao/Codeset/UTF16_BOM_Factory.cpp
index 1140d84a6bb..4798a1f84d4 100644
--- a/TAO/tao/Codeset/UTF16_BOM_Factory.cpp
+++ b/TAO/tao/Codeset/UTF16_BOM_Factory.cpp
@@ -1,21 +1,18 @@
// -*- C++ -*-
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// tao
-//
-// = FILENAME
-// UTF16_BOM_Factory.cpp
-//
-// = DESCRIPTION
-// Loader for an instance of the UTF16_BOM_Translator.
-//
-// = AUTHOR
-// Phil Mesnier <mesnier_p@ociweb.com>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file UTF16_BOM_Factory.cpp
+ *
+ * $Id$
+ *
+ * Loader for an instance of the UTF16_BOM_Translator.
+ *
+ *
+ * @author Phil Mesnier <mesnier_p@ociweb.com>
+ */
+//=============================================================================
+
#include "tao/debug.h"
#include "tao/Codeset/UTF16_BOM_Factory.h"
diff --git a/TAO/tao/Codeset/UTF16_BOM_Factory.h b/TAO/tao/Codeset/UTF16_BOM_Factory.h
index a72652a7458..d499744e9f6 100644
--- a/TAO/tao/Codeset/UTF16_BOM_Factory.h
+++ b/TAO/tao/Codeset/UTF16_BOM_Factory.h
@@ -1,21 +1,18 @@
// -*- C++ -*-
-// $Id$
-// ============================================================================
-//
-// = LIBRARY
-// TAO
-//
-// = FILENAME
-// UTF16_BOM_Factory.h
-//
-// = DESCRIPTION
-// Loader for an instance of the UTF16_BOM_Translator.
-//
-// = AUTHOR
-// Phil Mesnier <mesnier_p@ociweb.com>
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file UTF16_BOM_Factory.h
+ *
+ * $Id$
+ *
+ * Loader for an instance of the UTF16_BOM_Translator.
+ *
+ *
+ * @author Phil Mesnier <mesnier_p@ociweb.com>
+ */
+//=============================================================================
+
#ifndef UTF16_BOM_FACTORY_H
#define UTF16_BOM_FACTORY_H
diff --git a/TAO/tao/Codeset/UTF8_Latin1_Translator.cpp b/TAO/tao/Codeset/UTF8_Latin1_Translator.cpp
index 204a1dc0bd6..f3ee379e598 100644
--- a/TAO/tao/Codeset/UTF8_Latin1_Translator.cpp
+++ b/TAO/tao/Codeset/UTF8_Latin1_Translator.cpp
@@ -1,22 +1,19 @@
// -*- C++ -*-
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// ace
-//
-// = FILENAME
-// UTF8_Latin1_Translator.cpp
-//
-// = DESCRIPTION
-// Defines the methods required to convert UTF-8 based unicode strings
-// to the Latin-1 codeset.
-//
-// = AUTHOR
-// Phil Mesnier <mesnier_p@ociweb.com>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file UTF8_Latin1_Translator.cpp
+ *
+ * $Id$
+ *
+ * Defines the methods required to convert UTF-8 based unicode strings
+ * to the Latin-1 codeset.
+ *
+ *
+ * @author Phil Mesnier <mesnier_p@ociweb.com>
+ */
+//=============================================================================
+
#include "tao/Codeset/UTF8_Latin1_Translator.h"
#include "tao/debug.h"
#include "ace/OS_Memory.h"