summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/LifespanStrategy.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 13:42:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 13:42:44 +0000
commit1ce4bfe566cacc77785f53a0133d4c40f1d4146b (patch)
tree847cc2e50062a205e1c6b9d74eafe66e135e9b73 /TAO/tao/PortableServer/LifespanStrategy.h
parent58c2d4f3d71d8c8258a9e659a37ca03e5f4bc5cf (diff)
downloadATCD-1ce4bfe566cacc77785f53a0133d4c40f1d4146b.tar.gz
Wed Jan 24 12:25:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PortableServer/LifespanStrategy.h')
-rw-r--r--TAO/tao/PortableServer/LifespanStrategy.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/PortableServer/LifespanStrategy.h b/TAO/tao/PortableServer/LifespanStrategy.h
index 895c20335d8..70e0c06c04d 100644
--- a/TAO/tao/PortableServer/LifespanStrategy.h
+++ b/TAO/tao/PortableServer/LifespanStrategy.h
@@ -37,15 +37,15 @@ namespace TAO
public:
LifespanStrategy (void);
- virtual void strategy_init(TAO_Root_POA *poa ACE_ENV_ARG_DECL);
+ virtual void strategy_init(TAO_Root_POA *poa);
- virtual void strategy_cleanup(ACE_ENV_SINGLE_ARG_DECL);
+ virtual void strategy_cleanup(void);
void create (const char *name, const TAO::ObjectKey &key);
- virtual void notify_startup (ACE_ENV_SINGLE_ARG_DECL) = 0;
+ virtual void notify_startup (void) = 0;
- virtual void notify_shutdown (ACE_ENV_SINGLE_ARG_DECL) = 0;
+ virtual void notify_shutdown (void) = 0;
/**
* Validate the passed object key if it belongs to this POA.
@@ -70,7 +70,7 @@ namespace TAO
const TAO::Portable_Server::Temporary_Creation_Time& creation_time) const = 0;
/// Check the state of the POA.
- virtual void check_state (ACE_ENV_SINGLE_ARG_DECL) = 0;
+ virtual void check_state (void) = 0;
virtual ::PortableServer::LifespanPolicyValue type() const = 0;