summaryrefslogtreecommitdiff
path: root/plugins/Exchange/src/services.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Exchange/src/services.cpp')
-rw-r--r--plugins/Exchange/src/services.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/plugins/Exchange/src/services.cpp b/plugins/Exchange/src/services.cpp
index 092cb34e13..a5e73c702e 100644
--- a/plugins/Exchange/src/services.cpp
+++ b/plugins/Exchange/src/services.cpp
@@ -29,17 +29,10 @@ int InitServices()
int DestroyServices()
{
- DestroyServiceFunction(MS_EXCHANGE_CHECKEMAIL);
return 0;
}
int CheckEmailService(WPARAM, LPARAM)
{
-/*
- if (!exchangeServer.IsConnected())
- {
- exchangeServer.Connect(1); //force connection attempt
- }
- return exchangeServer.Check(TRUE); */
return ThreadCheckEmail(TRUE);
-} \ No newline at end of file
+}