2 project(IDL_Test_Versioned_Namespace_1): taoidldefaults, valuetype {
3 idlflags += -Wb,versioning_begin=BEGIN_USER_VERSIONED_NAMESPACE \
4 -Wb,versioning_end=END_USER_VERSIONED_NAMESPACE \
5 -Wb,versioning_include=UserVersionedNamespace.h
8 TestVersionedNamespace.idl
12 TestVersionedNamespaceC.cpp
13 TestVersionedNamespaceS.cpp
17 project(IDL_Test_Versioned_Namespace_2): taoidldefaults, valuetype, amh {
18 idlflags += -Wb,versioning_begin=BEGIN_USER_VERSIONED_NAMESPACE \
19 -Wb,versioning_end=END_USER_VERSIONED_NAMESPACE \
20 -Wb,versioning_include=UserVersionedNamespace.h
22 TestVersionedNamespace2.idl
26 TestVersionedNamespace2C.cpp
27 TestVersionedNamespace2S.cpp