~ubuntu-branches/ubuntu/vivid/gloox/vivid-proposed

« back to all changes in this revision

Viewing changes to src/mucinvitationhandler.h

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2014-03-16 17:34:43 UTC
  • mfrom: (12.1.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20140316173443-4s177dovzaz5dm8o
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
  Copyright (c) 2006-2009 by Jakob Schroeter <js@camaya.net>
 
2
  Copyright (c) 2006-2013 by Jakob Schroeter <js@camaya.net>
3
3
  This file is part of the gloox library. http://camaya.net/gloox
4
4
 
5
5
  This software is distributed under a license. The full license
18
18
#include "clientbase.h"
19
19
#include "macros.h"
20
20
#include "jid.h"
21
 
#include "mucroom.h"
22
21
 
23
22
#include <string>
24
23
 
40
39
       * Constructor. Prepares the given ClientBase for receiving MUC invitations..
41
40
       * @param parent A ClientBase instance to prepare.
42
41
       */
43
 
      MUCInvitationHandler( ClientBase* parent )
44
 
      {
45
 
        if( parent )
46
 
          parent->registerStanzaExtension( new MUCRoom::MUCUser() );
47
 
      }
 
42
      MUCInvitationHandler( ClientBase* parent );
48
43
 
49
44
      /**
50
45
       * Virtual Destructor.