From 7252db58a0ebc0f41ae3196840c4dc60fe0b5e3d Mon Sep 17 00:00:00 2001 From: Daniel Warner Date: Fri, 27 May 2011 21:05:10 +0000 Subject: [PATCH] Added GetLineLength to Tle --- Tle.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Tle.h b/Tle.h index 59feb30..b6e1609 100755 --- a/Tle.h +++ b/Tle.h @@ -98,6 +98,9 @@ public: /* * helper / validation methods */ + static unsigned int GetLineLength() { + return TLE_LEN_LINE_DATA; + } static bool IsValidPair(const std::string& line1, const std::string& line2); static bool IsValidLine(const std::string& str, unsigned char line_number);