summaryrefslogtreecommitdiff
path: root/ACE/ace/Get_Opt.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Get_Opt.inl')
-rw-r--r--ACE/ace/Get_Opt.inl10
1 files changed, 5 insertions, 5 deletions
diff --git a/ACE/ace/Get_Opt.inl b/ACE/ace/Get_Opt.inl
index 32de1d85c18..950d707ec98 100644
--- a/ACE/ace/Get_Opt.inl
+++ b/ACE/ace/Get_Opt.inl
@@ -8,31 +8,31 @@ ACE_Get_Opt::ACE_Get_Opt_Long_Option::operator < (const ACE_Get_Opt_Long_Option
}
ACE_INLINE int
-ACE_Get_Opt::argc (void) const
+ACE_Get_Opt::argc () const
{
return this->argc_;
}
ACE_INLINE ACE_TCHAR **
-ACE_Get_Opt::argv (void) const
+ACE_Get_Opt::argv () const
{
return this->argv_;
}
ACE_INLINE ACE_TCHAR*
-ACE_Get_Opt::opt_arg (void) const
+ACE_Get_Opt::opt_arg () const
{
return this->optarg;
}
ACE_INLINE int
-ACE_Get_Opt::opt_opt (void)
+ACE_Get_Opt::opt_opt ()
{
return this->optopt_;
}
ACE_INLINE int &
-ACE_Get_Opt::opt_ind (void)
+ACE_Get_Opt::opt_ind ()
{
return this->optind;
}