summaryrefslogtreecommitdiffstats
path: root/macosx/HBQueueController.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2010-07-19 17:02:43 +0000
committerdynaflash <[email protected]>2010-07-19 17:02:43 +0000
commit33532ab4f7954a70823156eaa067fce02ef3724b (patch)
tree2c2134e502f6da89876ecf040775ad7efbfbcd10 /macosx/HBQueueController.h
parentbf7630ea1e2b0f07f9fd22db5c05dcbd66490425 (diff)
MacGui: Fix how we get the current instances pid number since NSRunningApplication is a 10.6 only api and therefore breaks 10.5 compatibility (which also borked the nightly build).
- Many thanks to ritsuka for pointing this out. - Also adds ability to get the full path to each running instance if we need it in the future. - Note: Adds additional logging to hbInstances which can be removed when we see fit. But for now imho could be useful since we are early in multi-instance queue encoding. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3450 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBQueueController.h')
-rw-r--r--macosx/HBQueueController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBQueueController.h b/macosx/HBQueueController.h
index 8f1268e53..f08415fc4 100644
--- a/macosx/HBQueueController.h
+++ b/macosx/HBQueueController.h
@@ -107,6 +107,7 @@ BOOL fIsDragging;
#endif
}
+- (void)setPidNum: (int)myPidnum;
- (void)setHandle: (hb_handle_t *)handle;
- (void)setHBController: (HBController *)controller;