<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -39,7 +39,9 @@ id _mainAddressSpace;
 
 + (OSCAddressSpace *) mainSpace;
 + (void) refreshMenu;
+#if !IPHONE
 + (NSMenu *) makeMenuForNode:(OSCNode *)n withTarget:(id)t action:(SEL)a;
+#endif
 
 - (void) renameAddress:(NSString *)before to:(NSString *)after;
 - (void) renameAddressArray:(NSArray *)before toArray:(NSArray *)after;</diff>
      <filename>FrameworkSrc/OSCAddressSpace.h</filename>
    </modified>
    <modified>
      <diff>@@ -23,6 +23,7 @@
 	//NSLog(@&quot;%s&quot;,__func__);
 	[[NSNotificationCenter defaultCenter] postNotificationName:AddressSpaceUpdateMenus object:nil];
 }
+#if !IPHONE
 + (NSMenu *) makeMenuForNode:(OSCNode *)n withTarget:(id)t action:(SEL)a	{
 	if (n == nil)
 		return nil;
@@ -72,6 +73,7 @@
 	//	autorelease the menu and return it
 	return [returnMe autorelease];
 }
+#endif
 + (void) initialize	{
 	//NSLog(@&quot;%s&quot;,__func__);
 	_mainAddressSpace = [[OSCAddressSpace alloc] init];</diff>
      <filename>FrameworkSrc/OSCAddressSpace.m</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f02367fc70c772263edd7b95eacab55ea7bf766f</id>
    </parent>
  </parents>
  <author>
    <name>bagheera</name>
    <email>ray@vidvox.net</email>
  </author>
  <url>http://github.com/mrRay/vvosc/commit/1c61e48299ef884e6dc9d68ebd111e292f839693</url>
  <id>1c61e48299ef884e6dc9d68ebd111e292f839693</id>
  <committed-date>2009-05-07T12:36:51-07:00</committed-date>
  <authored-date>2009-05-07T12:36:51-07:00</authored-date>
  <message>fixed bug with iphone sdk</message>
  <tree>c1899f813d729ed9adc3628c8fcfdbe806606329</tree>
  <committer>
    <name>bagheera</name>
    <email>ray@vidvox.net</email>
  </committer>
</commit>
