Go to the documentation of this file.00001 #pragma once
00002
00003 namespace AppSecInc
00004 {
00006 namespace Version
00007 {
00012 bool IsWithinBounds(const std::wstring& version, const std::wstring& min, const std::wstring& max = L"");
00013
00020 int Compare(const std::wstring& left, const std::wstring& right);
00021 }
00022 }