diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2009-12-15 18:24:02 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2009-12-15 18:24:02 +0000 |
| commit | faf8a3a3a9f2355ec7044144d63ef869788eebb3 (patch) | |
| tree | f8f1d22ceb1a04d44f2353fcc352fdeafeafbbad /cpp/src/qpid/DataDir.h | |
| parent | a66973a94f41bc034d98d39028e13cbbff805b93 (diff) | |
| download | qpid-python-faf8a3a3a9f2355ec7044144d63ef869788eebb3.tar.gz | |
QPID-1951: Removed need for Windows versions of ssize_t and pid_t
- Trivially removed Windows uses of ssize_t
- Rearchitected how the Windows port finds an existing qpidd to stop it
- Split Posix Lockfile functionality using pids into a new PidFile class
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@890929 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/DataDir.h')
| -rw-r--r-- | cpp/src/qpid/DataDir.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/qpid/DataDir.h b/cpp/src/qpid/DataDir.h index dfdd498cbc..828299f3ba 100644 --- a/cpp/src/qpid/DataDir.h +++ b/cpp/src/qpid/DataDir.h @@ -23,11 +23,14 @@ #include <string> #include <memory> -#include "qpid/sys/LockFile.h" #include "qpid/CommonImportExport.h" namespace qpid { + namespace sys { + class LockFile; + } + /** * DataDir class. */ |
