summaryrefslogtreecommitdiff
path: root/TAO/tao/Flushing_Strategy.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-05-23 23:40:17 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-05-23 23:40:17 +0000
commitd48776039ea6a34ee873ad6ff446f32ec6761283 (patch)
treec1ca7ba947ee9ad1d0201237ad1b73cba494e143 /TAO/tao/Flushing_Strategy.h
parent0704f5b630804d98cac0e47d7a5ae6aa63903ddb (diff)
downloadATCD-d48776039ea6a34ee873ad6ff446f32ec6761283.tar.gz
ChangeLogTag:Thu May 23 16:38:54 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Flushing_Strategy.h')
-rw-r--r--TAO/tao/Flushing_Strategy.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/Flushing_Strategy.h b/TAO/tao/Flushing_Strategy.h
index 0873936ccf4..aa948b98d1b 100644
--- a/TAO/tao/Flushing_Strategy.h
+++ b/TAO/tao/Flushing_Strategy.h
@@ -12,14 +12,16 @@
#ifndef TAO_FLUSHING_STRATEGY_H
#define TAO_FLUSHING_STRATEGY_H
+
#include "ace/pre.h"
-#include "corbafwd.h"
+#include "TAO_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+class ACE_Time_Value;
class TAO_Transport;
class TAO_Queued_Message;
@@ -66,4 +68,5 @@ public:
};
#include "ace/post.h"
+
#endif /* TAO_FLUSHING_STRATEGY_H */