2007-12-17 05:50:00 +00:00
|
|
|
/* Do not edit this file. It was automatically generated. */
|
|
|
|
|
|
|
|
#ifndef HEADER_AffinityPanel
|
|
|
|
#define HEADER_AffinityPanel
|
|
|
|
|
|
|
|
|
|
|
|
#include "Panel.h"
|
|
|
|
#include "CheckItem.h"
|
2011-03-22 20:37:08 +00:00
|
|
|
#include "ProcessList.h"
|
2007-12-17 05:50:00 +00:00
|
|
|
|
|
|
|
#include "debug.h"
|
|
|
|
#include <assert.h>
|
|
|
|
|
2011-03-22 20:37:08 +00:00
|
|
|
Panel* AffinityPanel_new(ProcessList* pl, unsigned long mask);
|
2007-12-17 05:50:00 +00:00
|
|
|
|
|
|
|
unsigned long AffinityPanel_getAffinity(Panel* this);
|
|
|
|
|
|
|
|
#endif
|