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

Side by Side Diff: common/include/Registry.h

Issue 6216090891845632: Issue #404 - Create common library shared between plugin/engine and installer (Closed)
Patch Set: Created Jan. 9, 2015, 8:07 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 #ifndef REGISTRY_H 1 #ifndef REGISTRY_H
2 #define REGISTRY_H 2 #define REGISTRY_H
3 3
4 #include <string> 4 #include <string>
5 #include <Windows.h> 5 #include <Windows.h>
6 6
7 namespace AdblockPlus 7 namespace AdblockPlus
8 { 8 {
9 /** 9 /**
10 * An open key in the system registry. 10 * An open key in the system registry.
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 * Retrieve a value from a name-value pair within the present key. 53 * Retrieve a value from a name-value pair within the present key.
54 * 54 *
55 * Throws if the name is not found within the dictionary. 55 * Throws if the name is not found within the dictionary.
56 * Throws if the name is found but is not a string. 56 * Throws if the name is found but is not a string.
57 */ 57 */
58 std::wstring value_wstring(const std::wstring& name) const; 58 std::wstring value_wstring(const std::wstring& name) const;
59 }; 59 };
60 } 60 }
61 61
62 #endif 62 #endif
OLDNEW
« common/common.gypi ('K') | « common/include/IE_version.h ('k') | common/src/IE_Version.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld