summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-09-11 09:00:09 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-09-11 09:00:09 +0200
commitfcfe2830f8f8790a4f044d5cd3d12c6b2ae8edd7 (patch)
treeb8e094cc4767a4480b2182a4af3428c12fd555a1 /TAO/tao
parentd8991068db5dfcb98a703323d7469da9615c43e2 (diff)
downloadATCD-fcfe2830f8f8790a4f044d5cd3d12c6b2ae8edd7.tar.gz
Layout changes
* TAO/tao/CodecFactory/CDR_Encaps_Codec.h: * TAO/tao/CodecFactory/CodecFactory_impl.h:
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/CodecFactory/CDR_Encaps_Codec.h4
-rw-r--r--TAO/tao/CodecFactory/CodecFactory_impl.h2
2 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tao/CodecFactory/CDR_Encaps_Codec.h b/TAO/tao/CodecFactory/CDR_Encaps_Codec.h
index 8dd034110c4..74a9c76c8aa 100644
--- a/TAO/tao/CodecFactory/CDR_Encaps_Codec.h
+++ b/TAO/tao/CodecFactory/CDR_Encaps_Codec.h
@@ -46,7 +46,6 @@ class TAO_CDR_Encaps_Codec
public virtual ::CORBA::LocalObject
{
public:
-
/// Constructor.
TAO_CDR_Encaps_Codec (CORBA::Octet major,
CORBA::Octet minor,
@@ -72,7 +71,6 @@ public:
CORBA::TypeCode_ptr tc);
protected:
-
/// Destructor.
/**
* Only allow this class to be instantiated on the heap since it is
@@ -90,14 +88,12 @@ protected:
void check_type_for_encoding (const CORBA::Any & data);
private:
-
/// Prevent copying through the copy constructor and the assignment
/// operator.
TAO_CDR_Encaps_Codec (const TAO_CDR_Encaps_Codec &);
void operator= (const TAO_CDR_Encaps_Codec &);
private:
-
/// The major GIOP version associated with this Codec.
CORBA::Octet const major_;
diff --git a/TAO/tao/CodecFactory/CodecFactory_impl.h b/TAO/tao/CodecFactory/CodecFactory_impl.h
index d929dac8989..971c637d876 100644
--- a/TAO/tao/CodecFactory/CodecFactory_impl.h
+++ b/TAO/tao/CodecFactory/CodecFactory_impl.h
@@ -45,7 +45,6 @@ class TAO_CodecFactory
public virtual ::CORBA::LocalObject
{
public:
-
/// Constructor
TAO_CodecFactory (TAO_ORB_Core * orb_core);
@@ -67,7 +66,6 @@ private:
TAO_Codeset_Translator_Base * char_trans,
TAO_Codeset_Translator_Base * wchar_trans);
private:
-
/// Pointer to the ORB Core.
/**
* Some Codec implementations may need access to the ORB Core with