Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-7109290

DeploymentToolkit: output value should be consistent

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P3 P3
    • None
    • 8
    • 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

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: