| commit | b56ea2a18f232d79481e778085fd64e8ae486fc3 | [log] [tgz] |
|---|---|---|
| author | Jean-Baptiste Queru <jbq@google.com> | Tue Jan 08 11:11:20 2013 -0800 |
| committer | Jean-Baptiste Queru <jbq@google.com> | Tue Jan 08 11:11:20 2013 -0800 |
| tree | 44e1f6eb4864a45033f865b74fe783e3d784dd6a |
Snapshot of commit d5ec1d5018ed24f1b4f32b1d09df6dbd7e2fc425 from branch master of git://git.jetbrains.org/idea/community.git
diff --git a/native/MacLauncher/utils.h b/native/MacLauncher/utils.h new file mode 100644 index 0000000..4c28b35 --- /dev/null +++ b/native/MacLauncher/utils.h
@@ -0,0 +1,5 @@ +NSString *readFile(NSString *path); +NSString *trim(NSString *line); + +void debugLog(NSString *message); +BOOL isDebugEnabled();