Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: src/plugin/PluginSettings.cpp

Issue 10897028: Create a shared dictionary class for plugin and engine (Closed)
Patch Set: Created June 7, 2013, 12:42 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 #include "PluginStdAfx.h" 1 #include "PluginStdAfx.h"
2 2
3 #include <Wbemidl.h> 3 #include <Wbemidl.h>
4 #include <time.h> 4 #include <time.h>
5 #include "PluginIniFileW.h" 5 #include "PluginIniFileW.h"
6 #include "PluginIniFile.h" 6 #include "PluginIniFile.h"
7 #include "PluginSettings.h" 7 #include "PluginSettings.h"
8 #include "PluginDictionary.h"
9 #include "PluginClient.h" 8 #include "PluginClient.h"
10 #include "PluginChecksum.h" 9 #include "PluginChecksum.h"
11 #include "PluginSystem.h" 10 #include "PluginSystem.h"
12 #ifdef SUPPORT_FILTER 11 #ifdef SUPPORT_FILTER
13 #include "PluginFilter.h" 12 #include "PluginFilter.h"
14 #endif 13 #endif
15 #include "PluginMutex.h" 14 #include "PluginMutex.h"
16 #include "PluginHttpRequest.h" 15 #include "PluginHttpRequest.h"
17 #include "../shared/Utils.h" 16 #include "../shared/Utils.h"
18 #include <memory> 17 #include <memory>
(...skipping 1378 matching lines...) Expand 10 before | Expand all | Expand 10 after
1397 return CString(L""); 1396 return CString(L"");
1398 } 1397 }
1399 1398
1400 1399
1401 void CPluginSettings::RefreshFilterlist() 1400 void CPluginSettings::RefreshFilterlist()
1402 { 1401 {
1403 CPluginClient::GetInstance()->UpdateAllSubscriptions(); 1402 CPluginClient::GetInstance()->UpdateAllSubscriptions();
1404 } 1403 }
1405 1404
1406 #endif // SUPPORT_WHITELIST 1405 #endif // SUPPORT_WHITELIST
OLDNEW

Powered by Google App Engine
This is Rietveld