From c78bf4afbcb20ec9ef72160a7f33c9146916a22a Mon Sep 17 00:00:00 2001
From: Marcel Loose <loose@astron.nl>
Date: Fri, 25 Jan 2008 08:32:25 +0000
Subject: [PATCH] Bug 61: Improvement documentation a little.

---
 .gitignore                                  | 3 +++
 LCS/AMC/AMCBase/include/AMCBase/Converter.h | 5 +++++
 2 files changed, 8 insertions(+)

diff --git a/.gitignore b/.gitignore
index 66c4575c358..35e19306d5a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -167,6 +167,9 @@ LCS/AMC/AMCBase/lofarconf
 LCS/AMC/AMCImpl/Makefile.common
 LCS/AMC/AMCImpl/autoconf_share
 LCS/AMC/AMCImpl/lofarconf
+LCS/AMC/Makefile.common
+LCS/AMC/autoconf_share
+LCS/AMC/lofarconf
 LCS/Blob/Makefile.common
 LCS/Blob/autoconf_share
 LCS/Blob/lofarconf
diff --git a/LCS/AMC/AMCBase/include/AMCBase/Converter.h b/LCS/AMC/AMCBase/include/AMCBase/Converter.h
index 75835238255..13e0f448d3d 100644
--- a/LCS/AMC/AMCBase/include/AMCBase/Converter.h
+++ b/LCS/AMC/AMCBase/include/AMCBase/Converter.h
@@ -66,6 +66,11 @@ namespace LOFAR
     // coordinates, earth positions, and points in time. In the latter case,
     // the conversion routine will convert the input sky coordinates for the
     // given earth position and point in time.
+    //
+    // \note None of the member functions below can be made \c const, because
+    // the ConverterClient class that implements these functions has data
+    // members that cannot be \c const (e.g., DH_Request, DH_Result,
+    // TH_Socket, and Connection). Alas!
     class Converter
     {
     public:
-- 
GitLab