#include <OW32/IoCompletion.h>
#include <OW32/RefCounted.h>
#include <OW32/auto_array_ptr.h>
#include <OW32/SyncObjects.h>
#include <stl/ci_string.h>
Go to the source code of this file.
Namespaces | |
namespace | OW32 |
Classes | |
class | OW32::CDirectoryWatch |
This class represents encapsulates ReadDirectoryChangesW. More... | |
Typedefs | |
typedef CAutoRefCountedPtr< CDirectoryWatch > | CDirectoryWatchPtr |
An automagically reference counted pointer to a directory watch object. |