merge the formfield patch from ooo-build
[ooovba.git] / connectivity / source / inc / ado / WrapTypeDefs.hxx
blob1628f0c78aa60505ab8a876372b80bc4d6814b8b
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: WrapTypeDefs.hxx,v $
10 * $Revision: 1.3 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #ifndef CONNECTIVITY_ADO_WRAP_TYPEDEFS_HXX
31 #define CONNECTIVITY_ADO_WRAP_TYPEDEFS_HXX
34 namespace connectivity
36 namespace ado
38 class WpADOTable;
39 class WpADOKey;
40 class WpADOIndex;
41 class WpADOColumn;
42 class WpADOGroup;
43 class WpADOView;
44 class WpADOUser;
46 typedef WpOLEAppendCollection<ADOTables, _ADOTable, WpADOTable> WpADOTables;
47 typedef WpOLEAppendCollection<ADOKeys, ADOKey, WpADOKey> WpADOKeys;
48 typedef WpOLEAppendCollection<ADOIndexes, _ADOIndex, WpADOIndex> WpADOIndexes;
49 typedef WpOLEAppendCollection<ADOColumns, _ADOColumn, WpADOColumn> WpADOColumns;
50 typedef WpOLEAppendCollection<ADOGroups, ADOGroup, WpADOGroup> WpADOGroups;
51 typedef WpOLEAppendCollection<ADOViews, ADOView, WpADOView> WpADOViews;
52 typedef WpOLEAppendCollection<ADOUsers, _ADOUser, WpADOUser> WpADOUsers;
56 #endif //CONNECTIVITY_ADO_WRAP_TYPEDEFS_HXX