summaryrefslogtreecommitdiff
path: root/MLKSymbol.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-24 18:39:53 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-24 18:39:53 +0200
commite074f91e6aa1a895000673b1ac4df6266ba47094 (patch)
tree5e474dbe6d043084bbd443316e38c9a5775e69c1 /MLKSymbol.h
parent6684d33bab073d267198ef7159cb627c2ecddc0a (diff)
Reimplement the package system.
Diffstat (limited to 'MLKSymbol.h')
-rw-r--r--MLKSymbol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MLKSymbol.h b/MLKSymbol.h
index 80d18b4..4f294ff 100644
--- a/MLKSymbol.h
+++ b/MLKSymbol.h
@@ -32,6 +32,8 @@
-(MLKSymbol *) initWithName:(id)aName package:(id)aPackage;
++(MLKSymbol *) symbolWithName:(id)aName package:(id)aPackage;
+
-(NSString *) name;
-(MLKPackage *) homePackage;
-(void) setHomePackage:(MLKPackage *)aPackage;