also update the protocol to executablePath

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@39713 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2016-05-03 16:24:30 +00:00
parent 18d49572ee
commit 9396623f6f

View file

@ -1,7 +1,7 @@
/*
GNUstep ProjectCenter - http://www.gnustep.org/experience/ProjectCenter.html
Copyright (C) 2008 Free Software Foundation
Copyright (C) 2008-2016 Free Software Foundation
Authors: Gregory Casamento
@ -45,8 +45,8 @@
- (void)setDebuggerWindow: (NSWindow *)window;
- (NSView *)debuggerView;
- (void)setDebuggerView: (id)view;
- (NSString *)path;
- (void)setPath:(NSString *)path;
- (NSString *)executablePath;
- (void)setExecutablePath:(NSString *)path;
// ===========================================================================
// ==== Accessor methods