summaryrefslogtreecommitdiff
path: root/src/libxorg-gtest.ver
blob: c61744656fa0261d5191e2f7f445a648951696f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
XORG_GTEST_1.0 {
    global:
        extern "C++" {
            xorg::testing::Environment::*;
            xorg::testing::Process::*;
            xorg::testing::Test::*;
            "typeinfo for xorg::testing::Environment";
            "typeinfo for xorg::testing::Test";
            "typeinfo name for xorg::testing::Environment";
            "typeinfo name for xorg::testing::Test";
            "vtable for xorg::testing::Environment";
            "vtable for xorg::testing::Test";
        };

    local:
        *;
};

XORG_GTEST_1.1 {
    global:
        extern "C++" {
            xorg::testing::evemu::*;
        };
} XORG_GTEST_1.0;