Mailinglist Archive: yast-commit (503 mails)

< Previous Next >
[yast-commit] r41163 - /branches/tmp/sh/mod-ui/core/libyui/src/YInputField.h
  • From: sh-sh-sh@xxxxxxxxxxxxxxxx
  • Date: Fri, 28 Sep 2007 12:17:13 -0000
  • Message-id: <20070928121713.716D32818B@xxxxxxxxxxxxxxxx>
Author: sh-sh-sh
Date: Fri Sep 28 14:17:13 2007
New Revision: 41163

URL: http://svn.opensuse.org/viewcvs/yast?rev=41163&view=rev
Log:
protect ctor

Modified:
    branches/tmp/sh/mod-ui/core/libyui/src/YInputField.h

Modified: branches/tmp/sh/mod-ui/core/libyui/src/YInputField.h
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/core/libyui/src/YInputField.h?rev=41163&r1=41162&r2=41163&view=diff
==============================================================================
--- branches/tmp/sh/mod-ui/core/libyui/src/YInputField.h (original)
+++ branches/tmp/sh/mod-ui/core/libyui/src/YInputField.h Fri Sep 28 14:17:13 2007
@@ -30,7 +30,7 @@
 
 class YInputField : public YWidget
 {
-public:
+protected:
     /**
      * Constructor.
      *
@@ -41,13 +41,14 @@
                 const string &     label,
                 bool           passwordMode = false );
 
+public:
     /**
      * Destructor.
      **/
     virtual ~YInputField();
 
     /**
-     * Returns a descriptive name of this widget class for logging,
+     * Return a descriptive name of this widget class for logging,
      * debugging etc.
      **/
     virtual const char * widgetClass() const { return "YInputField"; }

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages