diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-08-14 11:55:42 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-08-14 11:55:42 +0000 |
commit | c935c2819d58eecb48f7e0414e9ce80743106c86 (patch) | |
tree | 681e42e79ae5e5117cfba18fab7e8acbf05ac039 /TAO/orbsvcs/Event_Service/Event_Service.h | |
parent | 7849d0028af517ba5bb6ef0939b378dd1fdeb1cf (diff) | |
download | ATCD-c935c2819d58eecb48f7e0414e9ce80743106c86.tar.gz |
ChangeLogTag: Thu Aug 14 11:52:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/Event_Service/Event_Service.h')
-rw-r--r-- | TAO/orbsvcs/Event_Service/Event_Service.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/orbsvcs/Event_Service/Event_Service.h b/TAO/orbsvcs/Event_Service/Event_Service.h index 9e2e75f83ab..4b115d1e1b4 100644 --- a/TAO/orbsvcs/Event_Service/Event_Service.h +++ b/TAO/orbsvcs/Event_Service/Event_Service.h @@ -109,6 +109,9 @@ private: /// A reference to the ORB, to shut it down properly. CORBA::ORB_var orb_; + + /// Use BiDirectional GIOP + int use_bidir_giop_; }; #include /**/ "ace/post.h" |