aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async/nntp/MCNNTPAsyncSession.h
diff options
context:
space:
mode:
authorGravatar Robert Widmann <devteam.codafi@gmail.com>2014-10-21 17:48:43 -0600
committerGravatar Robert Widmann <devteam.codafi@gmail.com>2014-10-21 17:48:43 -0600
commit13170ec5e2a8317559e54fb6afd02cdfbe847aca (patch)
tree719288c59788254c004918d80c252b1e40ec107d /src/async/nntp/MCNNTPAsyncSession.h
parentb547fa00319acce5333f5706c99798c0a8e709c0 (diff)
Server Time Operations
Diffstat (limited to 'src/async/nntp/MCNNTPAsyncSession.h')
-rw-r--r--src/async/nntp/MCNNTPAsyncSession.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/async/nntp/MCNNTPAsyncSession.h b/src/async/nntp/MCNNTPAsyncSession.h
index b0686614..c92e09ee 100644
--- a/src/async/nntp/MCNNTPAsyncSession.h
+++ b/src/async/nntp/MCNNTPAsyncSession.h
@@ -15,6 +15,7 @@ namespace mailcore {
class NNTPFetchArticlesOperation;
class NNTPFetchOverviewOperation;
class NNTPListNewsgroupsOperation;
+ class NNTPFetchServerTimeOperation;
class NNTPOperationQueueCallback;
class NNTPConnectionLogger;
@@ -61,6 +62,8 @@ namespace mailcore {
virtual NNTPFetchOverviewOperation * fetchOverviewOperationWithIndexes(String * groupName, IndexSet * indexes);
+ virtual NNTPFetchServerTimeOperation * fetchServerTimeOperation();
+
virtual NNTPListNewsgroupsOperation * listAllNewsgroupsOperation();
virtual NNTPListNewsgroupsOperation * listDefaultNewsgroupsOperation();