summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_typecode/alias_typecode.h1
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_typecode/enum_typecode.h1
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_typecode/union_typecode.h1
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_typecode/value_typecode.h1
4 files changed, 0 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_typecode/alias_typecode.h b/TAO/TAO_IDL/be_include/be_visitor_typecode/alias_typecode.h
index 7d9e1f9108d..82bc34bf59e 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_typecode/alias_typecode.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_typecode/alias_typecode.h
@@ -49,7 +49,6 @@ namespace TAO
const char * tctype);
};
-
}
#endif /* TAO_BE_VISITOR_ALIAS_TYPECODE_H */
diff --git a/TAO/TAO_IDL/be_include/be_visitor_typecode/enum_typecode.h b/TAO/TAO_IDL/be_include/be_visitor_typecode/enum_typecode.h
index 5d3e0783214..4edc0dff0c1 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_typecode/enum_typecode.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_typecode/enum_typecode.h
@@ -46,7 +46,6 @@ namespace TAO
/// Generate structure field related TypeCode code.
int visit_members (be_enum * node);
};
-
}
#endif /* TAO_BE_VISITOR_ENUM_TYPECODE_H */
diff --git a/TAO/TAO_IDL/be_include/be_visitor_typecode/union_typecode.h b/TAO/TAO_IDL/be_include/be_visitor_typecode/union_typecode.h
index 4a6367704d7..96103906ece 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_typecode/union_typecode.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_typecode/union_typecode.h
@@ -55,7 +55,6 @@ namespace TAO
/// struct or exception
bool is_nested_;
};
-
}
#endif /* TAO_BE_VISITOR_UNION_TYPECODE_H */
diff --git a/TAO/TAO_IDL/be_include/be_visitor_typecode/value_typecode.h b/TAO/TAO_IDL/be_include/be_visitor_typecode/value_typecode.h
index 6de1112aeaa..79697e1106e 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_typecode/value_typecode.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_typecode/value_typecode.h
@@ -55,7 +55,6 @@ namespace TAO
/// struct or exception
bool is_nested_;
};
-
}
#endif /* TAO_BE_VISITOR_VALUE_TYPECODE_H */