Publish an object via PDO (aka Cocoa Distributed Objects)


/ Published in: Objective C
Save to your folder(s)



Copy this code and paste it in your HTML
  1. NSConnection *theConnection =
  2. [NSConnection defaultConnection];
  3. [theConnection
  4. setRootObject:serverObject];
  5. [theConnection
  6. registerName:@"ObjectName"];

Report this snippet


Comments


You need to login to view comments.