summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-01-05 10:44:16 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-01-05 10:44:16 +0000
commit20f71c1bf2af60e1ef19b9fa9d20a36791655b5c (patch)
treead066dbe4a7d22998d83e72d0f2fe5b127d74169
parent2fd9e71bf27b25ef6593c0e4dcd6816668d16a5a (diff)
downloadATCD-20f71c1bf2af60e1ef19b9fa9d20a36791655b5c.tar.gz
ChangeLogTag: Wed Jan 5 10:44:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/CIAO/DAnCE/RTNodeApplication/RTServer_Impl.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/CIAO/DAnCE/RTNodeApplication/RTServer_Impl.h b/TAO/CIAO/DAnCE/RTNodeApplication/RTServer_Impl.h
index a48916f2c64..003b3f29e50 100644
--- a/TAO/CIAO/DAnCE/RTNodeApplication/RTServer_Impl.h
+++ b/TAO/CIAO/DAnCE/RTNodeApplication/RTServer_Impl.h
@@ -59,15 +59,14 @@ namespace CIAO
RTNodeApplication_Impl (CORBA::ORB_ptr o,
RTCORBA::RTORB_ptr rto,
PortableServer::POA_ptr p);
-
+
/// Destructor
virtual ~RTNodeApplication_Impl (void);
/// Initialize the ComponentServer with a name.
- CORBA::Long init (ACE_ENV_ARG_DECL_WITH_DEFAULTS)
+ CORBA::Long init (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
-
protected:
RTCORBA::RTORB_var rtorb_;
};