summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Security/Security_Current_Impl.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-10-28 10:42:26 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-10-28 10:42:26 +0100
commit9c2821704d3f5919de4cc6d1612ceef77dfc85b6 (patch)
tree490d5c6732977dac6aa166f211613d3c8144311b /TAO/orbsvcs/orbsvcs/Security/Security_Current_Impl.h
parent44b236a3a36ce56a1029788a17ce4e6a43fc3fc7 (diff)
downloadATCD-9c2821704d3f5919de4cc6d1612ceef77dfc85b6.tar.gz
Layout changes
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Security/Security_Current_Impl.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Security/Security_Current_Impl.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Security/Security_Current_Impl.h b/TAO/orbsvcs/orbsvcs/Security/Security_Current_Impl.h
index aa1825c25ca..3931509fc0a 100644
--- a/TAO/orbsvcs/orbsvcs/Security/Security_Current_Impl.h
+++ b/TAO/orbsvcs/orbsvcs/Security/Security_Current_Impl.h
@@ -59,8 +59,7 @@ namespace TAO
/// the given attribute type list associated with the current
/// request.
virtual ::Security::AttributeList * get_attributes (
- const ::Security::AttributeTypeList & attributes)
- = 0;
+ const ::Security::AttributeTypeList & attributes) = 0;
//@}
/**
@@ -72,8 +71,7 @@ namespace TAO
//@{
/// Return the Credentials received from the client associate with
/// the current request.
- virtual SecurityLevel2::ReceivedCredentials_ptr received_credentials ()
- = 0;
+ virtual SecurityLevel2::ReceivedCredentials_ptr received_credentials () = 0;
//@}
/// Return the unique tag that identifies the concrete subclass.