Removed useless accessors.

This commit is contained in:
Vincent Richard 2013-07-17 12:49:52 +02:00
parent 9702cdaaba
commit add42703e5
2 changed files with 0 additions and 15 deletions

View File

@ -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();

View File

@ -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();