Lab 1 Program C
Fork of mbed by
Diff: Base.h
- Revision:
- 8:00a04e5cd407
- Parent:
- 7:15d74db76485
- Child:
- 11:1c1ebd0324fa
--- a/Base.h Fri Jan 23 16:26:21 2009 +0000 +++ b/Base.h Tue Feb 03 18:02:02 2009 +0000 @@ -7,6 +7,7 @@ #define MBED_BASE_H #include <cstdlib> +#include "DirHandle.h" namespace mbed { @@ -103,6 +104,9 @@ */ static Base *lookup(const char *name, unsigned int len); + static DirHandle *opendir(); + friend class BaseDirHandle; + protected: static Base *_head;