MythTV master
mythcocoautils.h
Go to the documentation of this file.
1#ifndef MYTHCOCOAUTILS_H
2#define MYTHCOCOAUTILS_H
3
4// MythTV
5#include "mythbaseexp.h"
6
7// OSX
8#import "ApplicationServices/ApplicationServices.h"
9
12
14{
15 public:
18
19 private:
20 void *m_pool;
21};
22
23#endif // MYTHCOCOAUTILS_H
#define MBASE_PUBLIC
Definition: mythbaseexp.h:15
MBASE_PUBLIC void DeleteOSXCocoaPool(void *&)
MBASE_PUBLIC void * CreateOSXCocoaPool(void)