| Index: src/shared/IE_version.h |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/src/shared/IE_version.h |
| @@ -0,0 +1,10 @@ |
| +#include <string> |
| + |
| +namespace AdblockPlus |
| +{ |
| + namespace IE |
|
Oleksandr
2014/07/25 22:23:46
I don't think we actually need any of these namesp
Eric
2014/07/26 15:54:46
1) I'm in favor of using AdblockPlus for the names
Oleksandr
2014/07/27 22:13:30
It does make sense. We might start doing that. @se
|
| + { |
| + std::wstring installed_version_string(); |
| + int installed_major_version(); |
| + } |
| +} |