Updated versions and improved comments.

This commit is contained in:
Jason Watkins
2015-05-11 15:07:41 -07:00
parent a2c1f83629
commit a406b82f44
7 changed files with 27 additions and 14 deletions

View File

@@ -10,10 +10,10 @@ namespace XPC
/// Represents a message received from an XPC client.
///
/// \author Jason Watkins
/// \version 1.0
/// \version 1.1
/// \since 1.0
/// \date Intial Version: 2015-04-11
/// \date Last Updated: 2015-04-11
/// \date Last Updated: 2015-05-11
class Message
{
public: