DatabaseRegistrationEvent.idl (d1766043) DatabaseRegistrationEvent.idl (c4dc0a1a)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 23 unchanged lines hidden (view full) ---

32
33//=============================================================================
34
35/** describes a change in a database registration
36
37 @see XDatabaseRegistrations
38 @see XDatabaseRegistrationsListener
39
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 23 unchanged lines hidden (view full) ---

32
33//=============================================================================
34
35/** describes a change in a database registration
36
37 @see XDatabaseRegistrations
38 @see XDatabaseRegistrationsListener
39
40 @since OpenOffice.org 3.3
40 @since OpenOffice 3.3
41 */
42struct DatabaseRegistrationEvent : ::com::sun::star::lang::EventObject
43{
44 /// is the name of the database registration affected by the event
45 string Name;
46 /// is the old location of the database which is affected by the event
47 string OldLocation;
48 /// is the new location of the database which is affected by the event
49 string NewLocation;
50};
51
52//=============================================================================
53
54}; }; }; };
55
56//=============================================================================
57
58#endif
41 */
42struct DatabaseRegistrationEvent : ::com::sun::star::lang::EventObject
43{
44 /// is the name of the database registration affected by the event
45 string Name;
46 /// is the old location of the database which is affected by the event
47 string OldLocation;
48 /// is the new location of the database which is affected by the event
49 string NewLocation;
50};
51
52//=============================================================================
53
54}; }; }; };
55
56//=============================================================================
57
58#endif