aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async/nntp/MCNNTPAsyncSession.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/async/nntp/MCNNTPAsyncSession.h')
-rw-r--r--src/async/nntp/MCNNTPAsyncSession.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/async/nntp/MCNNTPAsyncSession.h b/src/async/nntp/MCNNTPAsyncSession.h
index c41066ac..eb2531a4 100644
--- a/src/async/nntp/MCNNTPAsyncSession.h
+++ b/src/async/nntp/MCNNTPAsyncSession.h
@@ -16,7 +16,7 @@ namespace mailcore {
class NNTPFetchOverviewOperation;
class NNTPListNewsgroupsOperation;
class NNTPFetchServerTimeOperation;
- class NNTPSendOperation;
+ class NNTPPostOperation;
class NNTPOperationQueueCallback;
class NNTPConnectionLogger;
@@ -73,8 +73,8 @@ namespace mailcore {
virtual NNTPListNewsgroupsOperation * listAllNewsgroupsOperation();
virtual NNTPListNewsgroupsOperation * listDefaultNewsgroupsOperation();
- virtual NNTPSendOperation * sendMessageOperation(Data * messageData);
- virtual NNTPSendOperation * sendMessageOperation(String * filename);
+ virtual NNTPPostOperation * postMessageOperation(Data * messageData);
+ virtual NNTPPostOperation * postMessageOperation(String * filename);
virtual NNTPOperation * disconnectOperation();