From cc24661e6566d5f35e092642fe1fd435b49ad385 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Thu, 24 Jun 2010 11:41:01 +0000 Subject: =?UTF-8?q?=E2=80=A2=20replaced=20@"sql"=20and=20@"spf"=20by=20the?= =?UTF-8?q?ir=20SPConstant=20definitions=20=E2=80=A2=C2=A0further=20Save?= =?UTF-8?q?=20Session=20progress=20-=20store=20"saved=20as=20session=20acc?= =?UTF-8?q?essory=20view=20data"=20globally=20to=20support=20"Save=20Sessi?= =?UTF-8?q?on"=20-=20delete=20global=20"saved=20as=20session=20accessory?= =?UTF-8?q?=20view=20data"=20if=20last=20SP=20window=20will=20be=20closed?= =?UTF-8?q?=20-=20added=20to=20info.plist=20which=20tab=20is=20currently?= =?UTF-8?q?=20selected?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPAppController.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Source/SPAppController.h') diff --git a/Source/SPAppController.h b/Source/SPAppController.h index 9d9a5564..999f5202 100644 --- a/Source/SPAppController.h +++ b/Source/SPAppController.h @@ -38,6 +38,8 @@ id encodingPopUp; NSURL *_sessionURL; + NSMutableDictionary *_spfSessionDocData; + } // Window management @@ -67,8 +69,10 @@ - (NSArray *)orderedDatabaseConnectionWindows; - (SPDatabaseDocument *)frontDocument; - (NSURL *)sessionURL; +- (NSDictionary *)spfSessionDocData; - (void)setSessionURL:(NSString *)urlString; +- (void)setSpfSessionDocData:(NSDictionary *)data; // Feedback controller delegate methods - (NSMutableDictionary*) anonymizePreferencesForFeedbackReport:(NSMutableDictionary *)preferences; -- cgit v1.2.3