< prev index next >

src/jdk.incubator.jpackage/unix/native/libapplauncher/PosixPlatform.h

Print this page

        

*** 42,53 **** public: virtual MessageResponse ShowResponseMessage(TString title, TString description); - virtual void SetCurrentDirectory(TString Value); - virtual Module LoadLibrary(TString FileName); virtual void FreeLibrary(Module AModule); virtual Procedure GetProcAddress(Module AModule, std::string MethodName); virtual Process* CreateProcess(); --- 42,51 ----
< prev index next >