Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kdwsdl2cpp: Avoid potential type collisions in nested complexTypes #91

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 18, 2016

  1. kdwsdl2cpp: Avoid potential type collisions in nested complexTypes

    So far, for complexTypes nested in elements with the same name a
    single C++ class has been created. This is wrong in cases where
    multiple elements with the same name contain complexTypes of different
    structure because different classes should be created
    Holger Kaelberer committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    fdf2f34 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2016

  1. Configuration menu
    Copy the full SHA
    d4b1958 View commit details
    Browse the repository at this point in the history