diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_secur.h')
-rw-r--r-- | protocols/JabberG/src/jabber_secur.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/protocols/JabberG/src/jabber_secur.h b/protocols/JabberG/src/jabber_secur.h index 56f40fe28e..c69e130ac6 100644 --- a/protocols/JabberG/src/jabber_secur.h +++ b/protocols/JabberG/src/jabber_secur.h @@ -28,12 +28,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. class TJabberAuth
{
-
-protected: bool bIsValid;
+protected: bool bIsValid;
const char* szName;
- unsigned complete;
- ThreadData *info;
-
+ unsigned complete;
+ ThreadData *info;
public:
TJabberAuth(ThreadData*);
virtual ~TJabberAuth();
|