1234567891011121314151617181920212223242526272829303132 |
- KC_@PACKAGE_VERSION@ {
- global:
- extern "C++" {
- ns__*;
- soap_*;
- company::*;
- group::*;
- notification::*;
- notificationICS::*;
- notifySubscribe::*;
- notifySubscribeArray::*;
- notifySyncState::*;
- propTagArray::*;
- propVal::*;
- propValArray::*;
- rights::*;
- sortOrder::*;
- sortOrderArray::*;
- tableMultiRequest::*;
- tableOpenRequest::*;
- user::*;
- xsd__Binary::*;
- KC::*;
- typeinfo*;
- vtable*;
- *::_Rep::_S_empty_rep_storage;
- };
- local:
- *;
- };
|