summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-03-30 17:03:17 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-03-30 17:03:17 +0000
commit6c34c49d90e9b9dc490fc8e7ebd44b8e1f055f1b (patch)
tree6142222f6f6f14bfdb0d089c63bcbf468d16146d
parent2373b84340d4c3b1842aaacbd8d95c5de617371d (diff)
downloadATCD-6c34c49d90e9b9dc490fc8e7ebd44b8e1f055f1b.tar.gz
*** empty log message ***
-rw-r--r--TAO/tao/BiDir_Adapter.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/BiDir_Adapter.h b/TAO/tao/BiDir_Adapter.h
index d26d9e52727..1a679acc8ee 100644
--- a/TAO/tao/BiDir_Adapter.h
+++ b/TAO/tao/BiDir_Adapter.h
@@ -21,6 +21,7 @@
#include "ace/Service_Object.h"
+class TAO_ORB_Core;
/**
* @class TAO_BiDir_Adapter
@@ -44,6 +45,11 @@ public:
char *argv [],
CORBA::Environment &ACE_TRY_ENV)
ACE_THROW_SPEC ((CORBA::SystemException)) = 0;
+
+ virtual int parse_policy (TAO_ORB_Core *orb_core,
+ CORBA::Policy_ptr policy,
+ CORBA::Environment &ACE_TRY_ENV)
+ ACE_THROW_SPEC ((CORBA::SystemException)) = 0;
};
#include "ace/post.h"