Author: jonathanosx
Date: Fri Nov 14 20:19:26 2014
New Revision: 38173

URL: http://svn.gna.org/viewcvs/gnustep?rev=38173&view=rev
Log:
Add stubs for missing protocols

Modified:
    libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSBrowser.h
    libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSComboBoxCell.h

Modified: libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSBrowser.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSBrowser.h?rev=38173&r1=38172&r2=38173&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSBrowser.h       
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSBrowser.h       
Fri Nov 14 20:19:26 2014
@@ -283,6 +283,10 @@
 - (void) setSendsActionOnAlphaNumericalKeys: (BOOL)flag;
 @end
 
+
+// Declare the protocol (with no mandatory methods) to support cross compiling
+@protocol NSBrowserDelegate;
+
 //
 // Methods Implemented by the Delegate 
 //

Modified: 
libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSComboBoxCell.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSComboBoxCell.h?rev=38173&r1=38172&r2=38173&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSComboBoxCell.h  
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSComboBoxCell.h  
Fri Nov 14 20:19:26 2014
@@ -117,6 +117,9 @@
 #endif
 @end
 
+// Declare the protocol (with no mandatory methods) to support cross compiling
+@protocol NSComboBoxCellDataSource;
+
 @interface NSObject (NSComboBoxCellDataSource)
 - (NSInteger)numberOfItemsInComboBoxCell:(NSComboBoxCell *)comboBoxCell;
 - (id)comboBoxCell:(NSComboBoxCell *)aComboBoxCell 


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

Reply via email to