summaryrefslogtreecommitdiff
path: root/TAO/tao/Queued_Message.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-04-16 07:21:37 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-04-16 07:21:37 +0000
commit790a071597a8de1a94aae0983c6cdaef19b94a19 (patch)
treef9dc967bf5dfff909aedc3fd0ee4f8ba68952ad9 /TAO/tao/Queued_Message.h
parent980bbfd07c35004e4adfd98c696edefb24c48df9 (diff)
downloadATCD-790a071597a8de1a94aae0983c6cdaef19b94a19.tar.gz
ChangeLogTag:Wed Apr 16 00:18:08 2003 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Queued_Message.h')
-rw-r--r--TAO/tao/Queued_Message.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tao/Queued_Message.h b/TAO/tao/Queued_Message.h
index 50cb9346c54..dcd54f52a16 100644
--- a/TAO/tao/Queued_Message.h
+++ b/TAO/tao/Queued_Message.h
@@ -14,16 +14,20 @@
#define TAO_QUEUED_MESSAGE_H
#include "ace/pre.h"
-#include "corbafwd.h"
+#include "tao/corbafwd.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "LF_Invocation_Event.h"
+#include "tao/LF_Invocation_Event.h"
+
+struct iovec;
class ACE_Message_Block;
class ACE_Allocator;
+
+
/**
* @class TAO_Queued_Message
*