add some comments
[enigma2.git] / lib / service / listboxservice.h
index e65ffc8d9353023da8f56251a82e43f87f8af1fd..d64805c5ed4eef64586f66a27b8526cb538a628d 100644 (file)
@@ -48,13 +48,14 @@ public:
        void sort();
 
        int setCurrentMarked(bool);
-       int cursorSet(int n);
-       int cursorGet();
+
 protected:
        void cursorHome();
        void cursorEnd();
        int cursorMove(int count=1);
        int cursorValid();
+       int cursorSet(int n);
+       int cursorGet();
 
        void cursorSave();
        void cursorRestore();