Author: rmottola
Date: Tue Mar 22 23:36:05 2016
New Revision: 39585

URL: http://svn.gna.org/viewcvs/gnustep?rev=39585&view=rev
Log:
rename ptyview to pipedelegate

Modified:
    
apps/projectcenter/branches/ptyview_with_pipes/Modules/Debuggers/ProjectCenter/GNUmakefile
    
apps/projectcenter/branches/ptyview_with_pipes/Modules/Debuggers/ProjectCenter/PCDebugger.m

Modified: 
apps/projectcenter/branches/ptyview_with_pipes/Modules/Debuggers/ProjectCenter/GNUmakefile
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/projectcenter/branches/ptyview_with_pipes/Modules/Debuggers/ProjectCenter/GNUmakefile?rev=39585&r1=39584&r2=39585&view=diff
==============================================================================
--- 
apps/projectcenter/branches/ptyview_with_pipes/Modules/Debuggers/ProjectCenter/GNUmakefile
  (original)
+++ 
apps/projectcenter/branches/ptyview_with_pipes/Modules/Debuggers/ProjectCenter/GNUmakefile
  Tue Mar 22 23:36:05 2016
@@ -39,7 +39,7 @@
     PCDebugger.h \
     PCDebugggerView.h \
     PCDebuggerViewDelegateProtocol.h \
-    PipeView.h
+    PipeDelegate.h
 
 #
 # Class files
@@ -47,7 +47,7 @@
 ProjectCenter_OBJC_FILES= \
     PCDebugger.m \
     PCDebuggerView.m \
-    PipeView.m
+    PipeDelegate.m
 
 
 #ADDITIONAL_NATIVE_LIBS += util

Modified: 
apps/projectcenter/branches/ptyview_with_pipes/Modules/Debuggers/ProjectCenter/PCDebugger.m
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/projectcenter/branches/ptyview_with_pipes/Modules/Debuggers/ProjectCenter/PCDebugger.m?rev=39585&r1=39584&r2=39585&view=diff
==============================================================================
--- 
apps/projectcenter/branches/ptyview_with_pipes/Modules/Debuggers/ProjectCenter/PCDebugger.m
 (original)
+++ 
apps/projectcenter/branches/ptyview_with_pipes/Modules/Debuggers/ProjectCenter/PCDebugger.m
 Tue Mar 22 23:36:05 2016
@@ -27,7 +27,7 @@
 
 #import "Modules/Preferences/EditorFSC/PCEditorFSCPrefs.h"
 #import "PCDebuggerViewDelegateProtocol.h"
-#import "PipeView.h"
+#import "PipeDelegate.h"
 
 #ifndef NOTIFICATION_CENTER
 #define NOTIFICATION_CENTER [NSNotificationCenter defaultCenter]


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

Reply via email to