Cosmetic changes to function comment blocks.

This commit is contained in:
Birunthan Mohanathas
2012-02-20 19:10:40 +00:00
parent 24598c0ca8
commit bb44c29f6c
48 changed files with 0 additions and 1196 deletions

View File

@ -20,11 +20,6 @@
#include "Group.h"
#include "ConfigParser.h"
/*
** InitializeGroup
**
**
*/
void CGroup::InitializeGroup(const std::wstring& groups)
{
if (wcscmp(groups.c_str(), m_OldGroups.c_str()) != 0)
@ -49,11 +44,6 @@ void CGroup::InitializeGroup(const std::wstring& groups)
}
}
/*
** BelongsToGroup
**
**
*/
bool CGroup::BelongsToGroup(const std::wstring& group)
{
return (m_Groups.find(CreateGroup(group)) != m_Groups.end());