diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-11-12 18:49:19 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-11-12 18:49:19 +0000 |
commit | cc750e7f952a20c1c0604f4f60734cf3ed66699a (patch) | |
tree | 0cc3c26b5c6f6833ce11a7212d9165f1205f22d9 /TAO/tao/Queued_Message.h | |
parent | c5fd88734436fd8ce99508ea840fd419efb43102 (diff) | |
download | ATCD-cc750e7f952a20c1c0604f4f60734cf3ed66699a.tar.gz |
ChangeLogTag: Tue Nov 12 12:47:31 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Queued_Message.h')
-rw-r--r-- | TAO/tao/Queued_Message.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Queued_Message.h b/TAO/tao/Queued_Message.h index 47a98735a4d..ece9491d047 100644 --- a/TAO/tao/Queued_Message.h +++ b/TAO/tao/Queued_Message.h @@ -20,7 +20,7 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "LF_Event.h" +#include "LF_Invocation_Event.h" class ACE_Message_Block; class ACE_Allocator; @@ -62,7 +62,7 @@ class ACE_Allocator; * allocating the memory? * */ -class TAO_Export TAO_Queued_Message : public TAO_LF_Event +class TAO_Export TAO_Queued_Message : public TAO_LF_Invocation_Event { public: /// Constructor |