1*1a96fba6SXin Li# Copyright (c) 2012 The Chromium OS Authors. All rights reserved. 2*1a96fba6SXin Li# Use of this source code is governed by a BSD-style license that can be 3*1a96fba6SXin Li# found in the LICENSE file. 4*1a96fba6SXin Li 5*1a96fba6SXin Li{ 6*1a96fba6SXin Li global: 7*1a96fba6SXin Li extern "C++" { 8*1a96fba6SXin Li enterprise_management::*; 9*1a96fba6SXin Li typeinfo*for*enterprise_management::*; 10*1a96fba6SXin Li vtable*for*enterprise_management*; 11*1a96fba6SXin Li 12*1a96fba6SXin Li policy::*; 13*1a96fba6SXin Li typeinfo*for*policy::*; 14*1a96fba6SXin Li vtable*for*policy*; 15*1a96fba6SXin Li _VTV*::__vtable_map; 16*1a96fba6SXin Li }; 17*1a96fba6SXin Li 18*1a96fba6SXin Li local: *; 19*1a96fba6SXin Li}; 20