mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 12:25:23 +00:00
Dropped old SOPE patches
Monotone-Parent: a87b5d8eea8be842c1ab7dc48667af2debe9bb21 Monotone-Revision: 398d5b0c3ce7ef971f2aa9111d0c4c5da3cba021 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-08-24T19:41:23 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
-11495
File diff suppressed because it is too large
Load Diff
@@ -1,29 +0,0 @@
|
||||
Index: sope-appserver/NGObjWeb/WOCoreApplication.m
|
||||
===================================================================
|
||||
--- sope-appserver/NGObjWeb/WOCoreApplication.m (révision 1632)
|
||||
+++ sope-appserver/NGObjWeb/WOCoreApplication.m (copie de travail)
|
||||
@@ -157,6 +157,10 @@
|
||||
NSUserDefaults *ud;
|
||||
NGLoggerManager *lm;
|
||||
|
||||
+ GSDebugAllocationActive (YES);
|
||||
+ GSDebugAllocationList (NO);
|
||||
+
|
||||
+// GSDebugAllocationActiveRecordingObjects
|
||||
[self registerUserDefaults];
|
||||
ud = [NSUserDefaults standardUserDefaults];
|
||||
lm = [NGLoggerManager defaultLoggerManager];
|
||||
@@ -535,10 +539,12 @@
|
||||
|
||||
if ([self isTerminating])
|
||||
break;
|
||||
-
|
||||
+
|
||||
[self activateApplication];
|
||||
[loop runMode:NSDefaultRunLoopMode beforeDate:limitDate];
|
||||
[self deactivateApplication];
|
||||
+
|
||||
+ NSLog (@"allocated classes:\n%s", GSDebugAllocationList (YES));
|
||||
}
|
||||
|
||||
[pool release];
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,12 +0,0 @@
|
||||
--- sope-appserver/GNUmakefile.withngobjweb 2008-02-27 12:25:22.000000000 -0500
|
||||
+++ sope-appserver/GNUmakefile 2008-02-27 12:25:29.000000000 -0500
|
||||
@@ -13,8 +13,7 @@
|
||||
WOXML \
|
||||
SoOFS \
|
||||
NGXmlRpc \
|
||||
- WEPrototype \
|
||||
- mod_ngobjweb
|
||||
+ WEPrototype
|
||||
|
||||
|
||||
ifeq ($(frameworks),yes)
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user