diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-03-07 13:48:34 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-03-07 13:48:34 +0000 |
commit | a86c4e2bdc85d7fd871d1dd10069096bb29a4546 (patch) | |
tree | 8dfd22aef31a5c0d590169db59f9550442d00b65 /TAO/tao/Service_Callbacks.h | |
parent | 5953ae0f70195c55d830a47b43ebebc0781aff02 (diff) | |
download | ATCD-a86c4e2bdc85d7fd871d1dd10069096bb29a4546.tar.gz |
Fri Mar 7 13:47:30 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Service_Callbacks.h')
-rw-r--r-- | TAO/tao/Service_Callbacks.h | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/TAO/tao/Service_Callbacks.h b/TAO/tao/Service_Callbacks.h index 6f94f428b87..7fbc435152c 100644 --- a/TAO/tao/Service_Callbacks.h +++ b/TAO/tao/Service_Callbacks.h @@ -74,11 +74,11 @@ public: virtual ~TAO_Service_Callbacks (void); /// Select the profile from MProfile as the needs of the services - /// may be. Return the profile in <pfile> + /// may be. Return the profile in @a pfile virtual CORBA::Boolean select_profile (const TAO_MProfile &mprofile, TAO_Profile *&pfile); - /// Check whether <obj> is nil or not. + /// Check whether @a obj is nil or not. virtual CORBA::Boolean object_is_nil (CORBA::Object_ptr obj); @@ -90,25 +90,21 @@ public: virtual CORBA::ULong hash_ft (TAO_Profile *p, CORBA::ULong m); - // Verify if condition is given for LOCATION_FORWARD_PERM reply + /// Verify if condition is given for LOCATION_FORWARD_PERM reply virtual CORBA::Boolean is_permanent_forward_condition (const CORBA::Object_ptr obj, const TAO_Service_Context &service_context) const; - - /// Allow the service layer to decide whether the COMM_FAILURE /// exception should be thrown or a reinvocation is needed virtual TAO::Invocation_Status raise_comm_failure ( IOP::ServiceContextList &clist, - TAO_Profile *profile - ); + TAO_Profile *profile); /// Allow the service layer to decide whether the TRANSIENT /// exception should be thrown or a reinvocation is needed virtual TAO::Invocation_Status raise_transient_failure ( IOP::ServiceContextList &clist, - TAO_Profile *profile - ); + TAO_Profile *profile); }; TAO_END_VERSIONED_NAMESPACE_DECL |