diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-02 07:13:04 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-02 07:13:04 +0000 |
commit | eae5ebaf389a11e011b2f3c6f4b9c1bc0b5d5959 (patch) | |
tree | 52300a84c07910ff7f95f76d7b2820c1a4b59606 /TAO/tao/LF_Event.cpp | |
parent | ece8bd22b38b18f2a288d36a05371ef7d62156c9 (diff) | |
download | ATCD-eae5ebaf389a11e011b2f3c6f4b9c1bc0b5d5959.tar.gz |
ChangeLogTag:Tue Nov 1 14:49:40 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/LF_Event.cpp')
-rw-r--r-- | TAO/tao/LF_Event.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/tao/LF_Event.cpp b/TAO/tao/LF_Event.cpp index d3c5673b368..933a1c8fd95 100644 --- a/TAO/tao/LF_Event.cpp +++ b/TAO/tao/LF_Event.cpp @@ -1,5 +1,5 @@ -// -*- C++ -*- // $Id$ + #include "LF_Event.h" #include "LF_Follower.h" #include "Leader_Follower.h" @@ -13,6 +13,8 @@ ACE_RCSID (tao, LF_Event, "$Id$") +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + TAO_LF_Event::TAO_LF_Event (void) : state_ (TAO_LF_Event::LFS_IDLE) , follower_ (0) @@ -39,9 +41,10 @@ TAO_LF_Event::state_changed (int new_state, } } - void TAO_LF_Event::set_state (int new_state) { this->state_ = new_state; } + +TAO_END_VERSIONED_NAMESPACE_DECL |