Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 663404 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +5 lines)
Line  Link Here
0
-- a/src/lib/synergy/KeyMap.h
0
++ b/src/lib/synergy/KeyMap.h
Lines 24-30 Link Here
24
#include "common/stdset.h"
24
#include "common/stdset.h"
25
#include "common/stdvector.h"
25
#include "common/stdvector.h"
26
26
27
#if WITH_GENTOO_TEST
27
#include <gtest/gtest_prod.h>
28
#include <gtest/gtest_prod.h>
29
#endif
28
30
29
namespace synergy {
31
namespace synergy {
30
32
Lines 326-331 Link Here
326
328
327
    //@}
329
    //@}
328
330
331
#if WITH_GENTOO_TEST
329
private:
332
private:
330
    FRIEND_TEST(KeyMapTests,
333
    FRIEND_TEST(KeyMapTests,
331
                findBestKey_requiredDown_matchExactFirstItem);
334
                findBestKey_requiredDown_matchExactFirstItem);
Lines 340-345 Link Here
340
    FRIEND_TEST(KeyMapTests,
343
    FRIEND_TEST(KeyMapTests,
341
                findBestKey_onlyOneRequiredDown_matchTwoRequiredChangesItem);
344
                findBestKey_onlyOneRequiredDown_matchTwoRequiredChangesItem);
342
    FRIEND_TEST(KeyMapTests, findBestKey_noRequiredDown_cannotMatch);
345
    FRIEND_TEST(KeyMapTests, findBestKey_noRequiredDown_cannotMatch);
346
#endif
343
347
344
private:
348
private:
345
    //! Ways to synthesize a key
349
    //! Ways to synthesize a key

Return to bug 663404