< prev index next >

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

Print this page

        

@@ -42,12 +42,10 @@
 
 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();
< prev index next >