|
From: CVS C. to T. <the...@li...> - 2019-03-31 17:06:29
|
Revision: 743
http://sourceforge.net/p/themis/code/743
Author: mark_hellegers
Date: 2019-03-31 17:06:28 +0000 (Sun, 31 Mar 2019)
Log Message:
-----------
Hopefully last bit of whitespace cleanup for testing of svn build.
Modified Paths:
--------------
trunk/themis/modules/MsgViewer/MsgView.hpp
Modified: trunk/themis/modules/MsgViewer/MsgView.hpp
===================================================================
--- trunk/themis/modules/MsgViewer/MsgView.hpp 2019-03-31 16:40:25 UTC (rev 742)
+++ trunk/themis/modules/MsgViewer/MsgView.hpp 2019-03-31 17:06:28 UTC (rev 743)
@@ -80,7 +80,7 @@
If this is null, the addPlugin function can
be used to add to the list.
*/
- MsgView( BMessage * aPluginList = NULL );
+ MsgView(BMessage * aPluginList = NULL);
/// Destructor of the MsgView class.
/**
@@ -96,7 +96,7 @@
@param aMessage The message to handle.
*/
- void MessageReceived( BMessage * aMessage );
+ void MessageReceived(BMessage * aMessage);
/// A function to shut down the window.
bool QuitRequested();
/// A function to add a message to the window.
@@ -108,7 +108,7 @@
@param aMessage The message to add.
@param aSender The sender it is coming from.
*/
- void addMessage( string aMessage, string aSender = "" );
+ void addMessage(string aMessage, string aSender = "");
/// A function to add a plugin to the list.
/**
This function adds a plugin to the list of plugins that have their own
@@ -117,7 +117,7 @@
@param aPlugin The name of the plugin to add.
*/
- void addPlugin( string aPlugin );
+ void addPlugin(string aPlugin);
/// A function to show the messages for a particular sender.
/**
This function shows all the messages that have been sent by
@@ -125,7 +125,7 @@
@param aSender The sender of the messages.
*/
- void showMessages( string aSender );
+ void showMessages(string aSender);
/// A function to show a message.
/**
This function shows the message, given as the argument, at the end
@@ -133,7 +133,7 @@
@param aMessage The message to show.
*/
- void showMessage( string aMessage );
+ void showMessage(string aMessage);
};
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|