Removed useless accessors.
This commit is contained in:
parent
9702cdaaba
commit
add42703e5
@ -767,18 +767,6 @@ char IMAPConnection::hierarchySeparator() const
|
||||
}
|
||||
|
||||
|
||||
ref <const IMAPTag> IMAPConnection::getTag() const
|
||||
{
|
||||
return (m_tag);
|
||||
}
|
||||
|
||||
|
||||
ref <const IMAPParser> IMAPConnection::getParser() const
|
||||
{
|
||||
return (m_parser);
|
||||
}
|
||||
|
||||
|
||||
ref <const IMAPStore> IMAPConnection::getStore() const
|
||||
{
|
||||
return m_store.acquire();
|
||||
|
@ -85,9 +85,6 @@ public:
|
||||
IMAPParser::response* readResponse(IMAPParser::literalHandler* lh = NULL);
|
||||
|
||||
|
||||
ref <const IMAPTag> getTag() const;
|
||||
ref <const IMAPParser> getParser() const;
|
||||
|
||||
ref <const IMAPStore> getStore() const;
|
||||
ref <IMAPStore> getStore();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user