summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/TypeCode_Base_Attributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/TypeCode_Base_Attributes.h')
-rw-r--r--TAO/tao/AnyTypeCode/TypeCode_Base_Attributes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tao/AnyTypeCode/TypeCode_Base_Attributes.h b/TAO/tao/AnyTypeCode/TypeCode_Base_Attributes.h
index 8c0976fdd1b..1616339555c 100644
--- a/TAO/tao/AnyTypeCode/TypeCode_Base_Attributes.h
+++ b/TAO/tao/AnyTypeCode/TypeCode_Base_Attributes.h
@@ -66,16 +66,13 @@ namespace TAO
void name (char const * the_name);
private:
-
/// The @c RepositoryId globally identifying the type.
STRING_TYPE const id_;
/// The simple name identifying the type within its enclosing
/// scope.
STRING_TYPE name_;
-
};
-
} // End namespace TypeCode
} // End namespace TAO