summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/utl_labellist.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/utl_labellist.h')
-rw-r--r--TAO/TAO_IDL/include/utl_labellist.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/include/utl_labellist.h b/TAO/TAO_IDL/include/utl_labellist.h
index 161b294503f..d2e71a94204 100644
--- a/TAO/TAO_IDL/include/utl_labellist.h
+++ b/TAO/TAO_IDL/include/utl_labellist.h
@@ -84,13 +84,13 @@ public:
UTL_LabelList *cdr);
// Get list item.
- AST_UnionLabel *head (void);
+ AST_UnionLabel *head ();
// Override of base class method.
- virtual UTL_LabelList *copy (void);
+ virtual UTL_LabelList *copy ();
// Cleanup.
- virtual void destroy (void);
+ virtual void destroy ();
private:
AST_UnionLabel *pd_car_data;
@@ -103,7 +103,7 @@ public:
UTL_LabellistActiveIterator (UTL_LabelList *source);
// Get current item.
- AST_UnionLabel *item (void);
+ AST_UnionLabel *item ();
};
#endif // _UTL_LABELLIST_UTL_LABELLIST_HH