reverted Chris' MSW additions patch (we should use IPC, not Windows-only functions to implement this functionality)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-07-21 12:41:38 +00:00
parent 8d0a0c3f5a
commit 04354c1deb
2 changed files with 1 additions and 111 deletions

View File

@@ -50,16 +50,7 @@ public:
// is another copy of this program already running?
bool IsAnotherRunning() const;
#ifdef __WXMSW__
// Activates Previous Instance if a window whose Title contains the search string is found
bool ActivatePrevInstance(const wxString & sSearch);
// Activates Previous Instance and passes CommandLine to wxCommandLineEvent
// if a window with matching Title is found
bool PassCommandLineToPrevInstance(const wxString & sSearch, const wxString & sCmdLine);
#endif
// dtor is not virtual, this class is not meant to be used polymorphically
~wxSingleInstanceChecker();