mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-12 18:33:18 +00:00
Monotone-Parent: f9a04cc4832d7c1ca8d70b594faba3c5a0eda334
Monotone-Revision: f3dd7372c4f74c5e1e309b528107e222964ca70b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-11-10T21:39:40 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -60,7 +60,8 @@
|
||||
- (NSString *)ownMethodName;
|
||||
|
||||
- (NSString *)userFolderPath;
|
||||
- (NSString *) applicationPath;
|
||||
- (NSString *)applicationPath;
|
||||
- (NSString *)modulePath;
|
||||
|
||||
- (NSString *)ownPath;
|
||||
- (NSString *)relativePathToUserFolderSubPath:(NSString *)_sub;
|
||||
|
||||
@@ -328,6 +328,15 @@ static BOOL uixDebugEnabled = NO;
|
||||
}
|
||||
|
||||
- (NSString *) applicationPath
|
||||
{
|
||||
NSString *appName;
|
||||
|
||||
appName = [[context request] applicationName];
|
||||
|
||||
return [NSString stringWithFormat: @"/%@", appName];
|
||||
}
|
||||
|
||||
- (NSString *) modulePath
|
||||
{
|
||||
SOGoObject *currentClient, *parent;
|
||||
BOOL found;
|
||||
|
||||
Reference in New Issue
Block a user