Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 62464
Collapse All | Expand All

(-)gpspoint-2.030521/src/constants.h (-1 / +1 lines)
Lines 30-36 Link Here
30
class Constants
30
class Constants
31
{
31
{
32
   public:
32
   public:
33
      Constants::Constants(void);
33
      Constants(void);
34
34
35
   protected:
35
   protected:
36
      static const g_byte
36
      static const g_byte
(-)gpspoint-2.030521/src/newsymbols.h (-1 / +1 lines)
Lines 28-34 Link Here
28
struct NewSymbols
28
struct NewSymbols
29
{
29
{
30
        public: 
30
        public: 
31
                NewSymbols::NewSymbols(void);   
31
                NewSymbols(void);   
32
32
33
        protected:
33
        protected:
34
                string number2symbol(g_int) const;     
34
                string number2symbol(g_int) const;     
(-)gpspoint-2.030521/src/oldsymbols.h (-1 / +1 lines)
Lines 29-35 Link Here
29
struct OldSymbols
29
struct OldSymbols
30
{
30
{
31
	public: 
31
	public: 
32
		OldSymbols::OldSymbols(void);	
32
		OldSymbols(void);	
33
33
34
	protected:
34
	protected:
35
		/// returns symbol as a string given a symbol ID
35
		/// returns symbol as a string given a symbol ID
(-)gpspoint-2.030521/src/records_type.h (-2 / +2 lines)
Lines 41-50 Link Here
41
   public: 
41
   public: 
42
42
43
   /// constructor 
43
   /// constructor 
44
   Records_Type::Records_Type(void);
44
   Records_Type(void);
45
45
46
   /// calls set with the given Packet
46
   /// calls set with the given Packet
47
   Records_Type::Records_Type(Packet);
47
   Records_Type(Packet);
48
48
49
   /// resets internal data
49
   /// resets internal data
50
   void clear(void);
50
   void clear(void);
(-)gpspoint-2.030521/src/wpt_type.h (-2 / +2 lines)
Lines 99-108 Link Here
99
 protected:
99
 protected:
100
100
101
   /// semicircle to double 
101
   /// semicircle to double 
102
   double Wpt_Type::s2d(g_long sc);
102
   double s2d(g_long sc);
103
103
104
   /// double to semicicle 
104
   /// double to semicicle 
105
   g_long Wpt_Type::d2s(double deg);
105
   g_long d2s(double deg);
106
106
107
   string   name;
107
   string   name;
108
   string   comment;
108
   string   comment;

Return to bug 62464