From 167f8492ebfbe61207abe87f40b9b8a84f2b1f0a Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Sat, 8 Jan 2005 18:00:00 +0000 Subject: Renamed NodeArray (resp. StringArray) to NodeList (resp. StringList). --- csharp/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'csharp') diff --git a/csharp/Makefile.am b/csharp/Makefile.am index a19f5615..88ba214e 100644 --- a/csharp/Makefile.am +++ b/csharp/Makefile.am @@ -52,7 +52,7 @@ SWIG_FILES = liblassosharpglue_wrap.c \ LibRegisterNameIdentifierRequest.cs \ LibRegisterNameIdentifierResponse.cs LibStatusResponse.cs Login.cs \ Logout.cs NameIdentifierMapping.cs NameRegistration.cs Node.cs \ - NodeArray.cs Options.cs PPMsgContact.cs PersonalProfileService.cs \ + NodeList.cs Options.cs PPMsgContact.cs PersonalProfileService.cs \ Provider.cs QueryItem.cs RemoveEntry.cs ResourceID.cs \ ResourceOffering.cs SWIGTYPE_p_LassoDiscoEncryptedResourceID.cs \ SWIGTYPE_p_LassoDiscoRequestedServiceType.cs \ @@ -63,7 +63,7 @@ SWIG_FILES = liblassosharpglue_wrap.c \ SamlNameIdentifier.cs SamlSubject.cs SamlSubjectConfirmation.cs \ SamlSubjectLocality.cs SamlSubjectStatement.cs SamlpRequest.cs \ SamlpResponse.cs SamlpStatus.cs SamlpStatusCode.cs Server.cs \ - ServiceInstance.cs Session.cs Status.cs StringArray.cs \ + ServiceInstance.cs Session.cs Status.cs StringList.cs \ lassoPINVOKE.cs -- cgit