summaryrefslogblamecommitdiff
path: root/src/kernel/Object/Folder_if.h
blob: 8f1db11343e4c64c4d62906c2a4b36adfaf3d08d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                 
#ifndef DEF_FOLDER_IF_H
#define DEF_FOLDER_IF_H

#include "Object.h"
#include <tce/Folder_common.h>

typedef struct _FolderMethods {
	MethodPtr GetChildNameAt;
	MethodPtr addChild;
} FolderMethods;

extern Interface FolderIface;

#endif