/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- * vim:expandtab:shiftwidth=2:tabstop=2:cin: * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/** * Launches this application with a single argument (typically either * a file path or a URI spec). This is meant as a helper method for * implementations of (e.g.) LaunchWithURI. * * @param aApp The application to launch (may not be null) * @param aArg The argument to pass on the command line
*/
nsresult LaunchWithIProcess(const nsCString& aArg);
};
// any platforms that need a platform-specific class instead of just // using nsLocalHandlerApp need to add an include and a typedef here. #ifdef XP_MACOSX # ifndef NSLOCALHANDLERAPPMAC_H_ # include "mac/nsLocalHandlerAppMac.h" typedef nsLocalHandlerAppMac PlatformLocalHandlerApp_t; # endif #elif XP_WIN # ifndef NSLOCALHANDLERAPPWIN_H_ # include "win/nsLocalHandlerAppWin.h" typedef nsLocalHandlerAppWin PlatformLocalHandlerApp_t; # endif #else typedef nsLocalHandlerApp PlatformLocalHandlerApp_t; #endif
#endif// __nsLocalHandlerAppImpl_h__
¤ Dauer der Verarbeitung: 0.16 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.