summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/AllocTracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/AllocTracker.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/AllocTracker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/AllocTracker.h b/TAO/orbsvcs/orbsvcs/Notify/AllocTracker.h
index e7b1b61ea8a..da60c80fa33 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/AllocTracker.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/AllocTracker.h
@@ -3,7 +3,7 @@
#define ALLOC_TRACKER_H
#include /**/"ace/pre.h"
-#include "orbsvcs/Notify/notify_export.h"
+#include "notify_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -72,7 +72,7 @@ private:
};
} //namespace
#define ACE_WIN32_HEAP_MONITOR(name) \
- CRT::CrtHeapDumper heap_check___(name); \
+ CrtHeapDumper heap_check___(name); \
ACE_UNUSED_ARG (heap_check___)
#else // _MSC_VER etc
#define ACE_WIN32_HEAP_MONITOR(name)