DeploymentToolkit: output value should be consistent

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P3
    • None
    • Affects Version/s: 8
    • Component/s: deploy
    • None

      in DeployTk.cpp
      we should be consistent how we want to treat the return value of a function.
      either as int 1/0 => _variant_t(something != 0 ? 1: 0)
      or as bool true/false => _variant_t(bool(something))

      it also need to change javascript API and FF dt code

            Assignee:
            David Dehaven (Inactive)
            Reporter:
            Audrey Lin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: