Code

Rename LPE: mirror reflect --> mirror symmetry
[inkscape.git] / src / jabber_whiteboard / session-manager.h
index 1ba6266852c99318f7f74d6bc3774f66bdb89e13..53cc8f5b4e53f71539800558a2064f45eb677853 100644 (file)
@@ -23,7 +23,6 @@
 #include "jabber_whiteboard/pedrogui.h"
 #include "jabber_whiteboard/message-queue.h"
 #include "jabber_whiteboard/defines.h"
-#include "jabber_whiteboard/inkboard-session.h"
 
 #include "gc-alloc.h"
 
@@ -53,7 +52,6 @@ public:
 
     virtual ~SessionManager();
 
-
     static void             showClient();
     static SessionManager&  instance();
 
@@ -100,7 +98,8 @@ public:
     InkboardDocument* getInkboardSession(Glib::ustring const& to);
 
 
-    void operator=(XmppEventListener const& other) {}
+    void operator=(XmppEventListener const& /*other*/)
+           {}
 
 private:
 
@@ -119,7 +118,9 @@ private:
 
 };
 
-SPDocument* makeInkboardDocument(int code, gchar const* rootname, State::SessionType type, Glib::ustring const& to);
+SPDocument* makeInkboardDocument(int code, gchar const* rootname, 
+    State::SessionType type, Glib::ustring const& to);
+
 SPDesktop*  makeInkboardDesktop(SPDocument* doc);
 
 }  // namespace Whiteboard