~ubuntu-branches/ubuntu/trusty/nordugrid-arc/trusty-proposed

« back to all changes in this revision

Viewing changes to src/hed/acc/ldap/TargetInformationRetrieverPluginLDAPGLUE2.cpp

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2013-05-08 13:48:03 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20130508134803-mrhc5w4d5y7ubyj4
Tags: 3.0.1-1
3.0.1 Release

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
        endpoint.set("URL", ComputingEndpoint->URLString);
140
140
        endpoint.set("Capability", ComputingEndpoint->Capability);
141
141
        endpoint.set("Technology", ComputingEndpoint->Technology);
 
142
        
142
143
        endpoint.set("InterfaceName", ComputingEndpoint->InterfaceName);
 
144
        ComputingEndpoint->InterfaceName = lower(ComputingEndpoint->InterfaceName);
 
145
        
143
146
        endpoint.set("InterfaceVersion", ComputingEndpoint->InterfaceVersion);
144
147
        endpoint.set("InterfaceExtension", ComputingEndpoint->InterfaceExtension);
145
148
        endpoint.set("SupportedProfile", ComputingEndpoint->SupportedProfile);