summaryrefslogtreecommitdiff
path: root/TAO/tao/EndpointPolicy/EndpointPolicy.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-08-08 10:19:38 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-08-08 10:19:38 +0000
commit06fdbc4448059e321834e96540dede8f45187f62 (patch)
tree4b41da0a7363cc4dbf28a7253d019bbc3146ef32 /TAO/tao/EndpointPolicy/EndpointPolicy.h
parentba9ac3f009fe751a2b16d6d91bb59fed7249c46c (diff)
downloadATCD-06fdbc4448059e321834e96540dede8f45187f62.tar.gz
Wed Aug 8 10:19:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/EndpointPolicy/EndpointPolicy.h')
-rw-r--r--TAO/tao/EndpointPolicy/EndpointPolicy.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/EndpointPolicy/EndpointPolicy.h b/TAO/tao/EndpointPolicy/EndpointPolicy.h
index b1412c77f78..3f127347256 100644
--- a/TAO/tao/EndpointPolicy/EndpointPolicy.h
+++ b/TAO/tao/EndpointPolicy/EndpointPolicy.h
@@ -27,13 +27,14 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-class TAO_EndpointPolicy_Export TAO_EndpointPolicy_Initializer : public ACE_Service_Object
+class TAO_EndpointPolicy_Export TAO_EndpointPolicy_Initializer
+ : public ACE_Service_Object
{
public:
/// Used to force the initialization of the ORB code.
static int static_init (void);
- /// Initialize the PI_Server loader hooks.
+ /// Initialize the Endpoint Policy loader hooks.
virtual int init (int argc, ACE_TCHAR* []);
};