Author: rmottola
Date: Tue May  3 18:24:30 2016
New Revision: 39713

URL: http://svn.gna.org/viewcvs/gnustep?rev=39713&view=rev
Log:
also update the protocol to executablePath

Modified:
    apps/projectcenter/trunk/Headers/Protocols/CodeDebugger.h

Modified: apps/projectcenter/trunk/Headers/Protocols/CodeDebugger.h
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/projectcenter/trunk/Headers/Protocols/CodeDebugger.h?rev=39713&r1=39712&r2=39713&view=diff
==============================================================================
--- apps/projectcenter/trunk/Headers/Protocols/CodeDebugger.h   (original)
+++ apps/projectcenter/trunk/Headers/Protocols/CodeDebugger.h   Tue May  3 
18:24:30 2016
@@ -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


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to