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

Side by Side Diff: doc/singletons.dox

Issue 5750789393874944: [IE] First round of ATL removal (Closed)
Patch Set: Created June 20, 2014, 9:22 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
(Empty)
1 /*!
2
3 \page Singletons Singletons
4
5 Other functions to investigate: FindInstance, CreateInstance, GetModuleInstance, GetMimeFilterClientInstance, ReleaseMimeFilterClientInstance
6
7
8 \section singleton_cadblockplusclient CAdblockPlusClient
9
10 The \ref CAdblockPlusClient class (also called \ref CPluginClient) ...
11
12 Instance accessor is called \ref CPluginClient::GetInstance "GetInstance".
13
14 \section singleton_cpluginsettings CPluginSettings
15
16 The \ref CPluginSettings class ...
17
18 Instance accessor is called \ref CPluginSettings::GetInstance "GetInstance".
19
20 \section singleton_cpluginsystem CPluginSystem
21
22 The \ref CPluginSystem class ...
23
24 Instance accessor is called \ref CPluginSystem::GetInstance "GetInstance".
25
26 \section singleton_dictionary Dictionary
27
28 The \ref Dictionary class uses locale-specific translation files on disk.
29
30 Instance accessor is called \ref Dictionary::GetInstance "GetInstance".
31
32
33 */
OLDNEW
« no previous file with comments | « doc/mainpage.dox ('k') | src/plugin/ATL_Deprecate.h » ('j') | src/plugin/AdblockPlusClient.h » ('J')

Powered by Google App Engine
This is Rietveld