*** empty log message ***

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@999 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty 2002-09-09 05:25:25 +00:00
parent 9db49a7f65
commit 9b2094065e

View File

@ -2,8 +2,8 @@
// implements FileInterface and BBufferProducer.
// it produces one output, a multistream
#if !defined(_MEDIA_FILE_NODE_H)
#define _MEDIA_FILE_NODE_H
#if !defined(_MEDIA_FILE_PRODUCER_H)
#define _MEDIA_FILE_PRODUCER_H
#include <MediaDefs.h>
#include <MediaNode.h>
@ -238,4 +238,4 @@ virtual status_t _Reserved_MediaFileProducer_15(void *);
};
#endif /* _MEDIA_FILE_NODE_H */
#endif /* _MEDIA_FILE_PRODUCER_H */